Skip to content

Commit

Permalink
Allow jobs run with -dev Python versions or with Django main to fail …
Browse files Browse the repository at this point in the history
…without failing the entire test run
  • Loading branch information
blag committed Sep 19, 2023
1 parent 916481f commit 982b98e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
python -m pip install --upgrade tox tox-gh-actions
- name: Tox tests
continue-on-error: ${{ endsWith(matrix.python-version, '-dev') || matrix.django-version == 'main' }}
run: |
tox -v
env:
Expand Down

0 comments on commit 982b98e

Please sign in to comment.