Skip to content

Commit b5132ad

Browse files
authored
ci: run the cassettes validator regardless of status of previous step (#2888)
1 parent 9ca8ced commit b5132ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ jobs:
8787
SLACK_WEBHOOK_NIGHTLY: ${{ secrets.SLACK_WEBHOOK_NIGHTLY }}
8888
FAILED_PRODUCT: ${{ matrix.products }}
8989
- 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
9091
run: go test -v github.com/scaleway/terraform-provider-scaleway/v2/internal/acctest -run TestAccCassettes_Validator
9192

9293
# sweeper needs to run after nightly completed

0 commit comments

Comments
 (0)