Skip to content

Commit

Permalink
chore: continue e2e tests if one fails
Browse files Browse the repository at this point in the history
  • Loading branch information
bonomat committed Feb 12, 2024
1 parent 5971236 commit 60ba941
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ jobs:
name: e2e-tests
needs: e2e_tests_prepare
runs-on: ubuntu-latest
continue-on-error: true
strategy:
matrix:
tests: ${{ fromJson(needs.e2e_tests_prepare.outputs.matrix) }}
Expand Down

0 comments on commit 60ba941

Please sign in to comment.