Skip to content

Commit

Permalink
disable failfast on integration tests for release pipeline so that we…
Browse files Browse the repository at this point in the history
… can release even when flaky tests fail
  • Loading branch information
hahn-kev committed Feb 14, 2024
1 parent ace7314 commit 0ac6cbc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
name: Integration tests
uses: ./.github/workflows/integration-test.yaml
strategy:
fail-fast: false
matrix:
runs-on:
- ubuntu-latest
Expand Down

0 comments on commit 0ac6cbc

Please sign in to comment.