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 9ca8ced commit b5132adCopy full SHA for b5132ad
.github/workflows/nightly.yml
@@ -87,6 +87,7 @@ jobs:
87
SLACK_WEBHOOK_NIGHTLY: ${{ secrets.SLACK_WEBHOOK_NIGHTLY }}
88
FAILED_PRODUCT: ${{ matrix.products }}
89
- name: Run acceptance test for cassettes
90
+ if: success() || failure() # If the job is not cancelled, run it regardless of the result of the previous step
91
run: go test -v github.com/scaleway/terraform-provider-scaleway/v2/internal/acctest -run TestAccCassettes_Validator
92
93
# sweeper needs to run after nightly completed
0 commit comments