From b5132adfb11caccd63095e1588808581fc51bb5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20L=C3=A9one?= Date: Fri, 31 Jan 2025 13:53:25 +0100 Subject: [PATCH] ci: run the cassettes validator regardless of status of previous step (#2888) --- .github/workflows/nightly.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index eab91b623..6fa6556d7 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -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