Skip to content

Commit

Permalink
ci: disable fail fast on smoke tests ESS (#10915)
Browse files Browse the repository at this point in the history
Signed-off-by: Adrien Mannocci <adrien.mannocci@elastic.co>
  • Loading branch information
amannocci committed May 31, 2023
1 parent f1cea12 commit f47a77d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/smoke-tests-ess.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
TF_VAR_REPO: ${{ github.repository }}
TF_VAR_CREATED_DATE: ${{ needs.prepare.outputs.date }}
strategy:
fail-fast: false
matrix:
test: ${{ fromJSON(needs.prepare.outputs.tests) }}
version:
Expand Down

0 comments on commit f47a77d

Please sign in to comment.