Skip to content

Commit

Permalink
Add continue-on-error to steps, instead of 1ad3bdd
Browse files Browse the repository at this point in the history
  • Loading branch information
engineervix authored and jams2 committed Nov 19, 2022
1 parent 89ace7d commit dd169b9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/python-tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ jobs:
TEST_DB_USER: wagtail_factories
TEST_DB_PASSWORD: secret
TOX_ENV: "py${{ matrix.python-version.tox }}-django${{ matrix.django }}-wagtail${{ matrix.wagtail }}-factoryboy${{ matrix.factoryboy }}"
continue-on-error: ${{ matrix.experimental }}
run: |
tox -e $TOX_ENV
continue-on-error: ${{ matrix.experimental }}

0 comments on commit dd169b9

Please sign in to comment.