Skip to content

Commit 84fbb02

Browse files
tiagolicantonstainless-app[bot]
authored andcommitted
run acceptance tests for Magic resources
1 parent 0c0f567 commit 84fbb02

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/acceptance-tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,11 @@ jobs:
5858
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"
5959
env:
6060
TF_ACC: 1
61+
- name: Run Magic acceptance tests
62+
# tests need to be run one-by-one to avoid account lock contention
63+
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"
64+
env:
65+
TF_ACC: 1
6166
# when all resources support sweepers, re-enable.
6267
#
6368
# - name: Post-Sweeper

0 commit comments

Comments
 (0)