We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c7a9e1 commit 75cc56bCopy full SHA for 75cc56b
.github/workflows/nightly.yml
@@ -86,6 +86,8 @@ jobs:
86
env:
87
SLACK_WEBHOOK_NIGHTLY: ${{ secrets.SLACK_WEBHOOK_NIGHTLY }}
88
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
91
92
# sweeper needs to run after nightly completed
93
# no matter what are the results of the jobs
0 commit comments