Skip to content

Commit

Permalink
fix: prevent getting all tests failed if one fails
Browse files Browse the repository at this point in the history
  • Loading branch information
jfavellar90 committed Apr 29, 2024
1 parent 007c97a commit b37652b
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 @@ -11,6 +11,7 @@ jobs:

runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
python-version: ['py38', 'py312']
django-version: ['django42']
Expand Down

0 comments on commit b37652b

Please sign in to comment.