Skip to content

Commit 75cc56b

Browse files
authored
ci: add support for acceptance test for cassettes (#2885)
1 parent 1c7a9e1 commit 75cc56b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/nightly.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ jobs:
8686
env:
8787
SLACK_WEBHOOK_NIGHTLY: ${{ secrets.SLACK_WEBHOOK_NIGHTLY }}
8888
FAILED_PRODUCT: ${{ matrix.products }}
89+
- name: Run acceptance test for cassettes
90+
run: go test -v github.com/scaleway/terraform-provider-scaleway/v2/internal/acctest -run TestAccCassettes_Validator
8991

9092
# sweeper needs to run after nightly completed
9193
# no matter what are the results of the jobs

0 commit comments

Comments
 (0)