Skip to content

Commit f7b19a8

Browse files
committed
ci: fix test ci
1 parent 9391af7 commit f7b19a8

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ jobs:
1919
name: Run Tests
2020
runs-on: ubuntu-latest
2121

22+
concurrency:
23+
group: cloudflare-operator-tests
24+
cancel-in-progress: false
25+
2226
permissions:
2327
contents: read
2428

@@ -52,3 +56,11 @@ jobs:
5256
CF_API_TOKEN: ${{ secrets.CF_API_TOKEN }}
5357
run: |
5458
make test-e2e
59+
60+
- name: Cleanup Cloudflare DNS Records
61+
if: always()
62+
env:
63+
CF_API_TOKEN: ${{ secrets.CF_API_TOKEN }}
64+
CF_ZONE_ID: ${{ secrets.CF_ZONE_ID }}
65+
run: |
66+
make clean-test-dns-records

0 commit comments

Comments
 (0)