Skip to content

Commit 1939fd5

Browse files
Merge pull request #5746 from cloudflare/vaishak/dont-stop
chore: run steps on failure
2 parents 2e01a3b + c7360a5 commit 1939fd5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/acceptance-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ jobs:
5353
run: ./scripts/run-ci-acceptance-tests
5454
env:
5555
TF_ACC: 1
56+
continue-on-error: true
5657
- name: Run Magic acceptance tests
5758
# tests need to be run one-by-one to avoid account lock contention
5859
run: go test -parallel=1 -p=1 -count=1 ./internal/services/{magic_wan_ipsec_tunnel,magic_wan_gre_tunnel,magic_wan_static_route} -run "^TestAcc"

0 commit comments

Comments
 (0)