Skip to content

Commit

Permalink
ci: run the cassettes validator regardless of status of previous step (
Browse files Browse the repository at this point in the history
  • Loading branch information
remyleone authored Jan 31, 2025
1 parent 9ca8ced commit b5132ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ jobs:
SLACK_WEBHOOK_NIGHTLY: ${{ secrets.SLACK_WEBHOOK_NIGHTLY }}
FAILED_PRODUCT: ${{ matrix.products }}
- name: Run acceptance test for cassettes
if: success() || failure() # If the job is not cancelled, run it regardless of the result of the previous step
run: go test -v github.com/scaleway/terraform-provider-scaleway/v2/internal/acctest -run TestAccCassettes_Validator

# sweeper needs to run after nightly completed
Expand Down

0 comments on commit b5132ad

Please sign in to comment.