Skip to content

Commit

Permalink
set fail-fast: false for integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerHYang committed Oct 16, 2024
1 parent c50155d commit 8073e41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,7 @@ jobs:
needs: changes
if: ${{ needs.changes.outputs.phoenix == 'true' }}
strategy:
fail-fast: false
matrix:
py: [ 3.9, 3.12 ]
db: [ sqlite, postgresql ]
Expand Down

0 comments on commit 8073e41

Please sign in to comment.