Skip to content

Commit

Permalink
Don't fail-fast on CI jobs
Browse files Browse the repository at this point in the history
allows us to see a bigger picture of which Python/Django versions are
working and which ones aren't
  • Loading branch information
atodorov committed Jul 27, 2023
1 parent ea4cfef commit e10da64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/on-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 10
strategy:
fail-fast: false
matrix:
python-version: [3.8, 3.9, 3.10]
django-version: ["3.2", "4.0", "4.1", "4.2"]
Expand Down

0 comments on commit e10da64

Please sign in to comment.