Skip to content

Commit

Permalink
Fix placement order of continue-on-error
Browse files Browse the repository at this point in the history
  • Loading branch information
engineervix authored and jams2 committed Nov 19, 2022
1 parent bfc9171 commit 89ace7d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on: [push, pull_request]

jobs:
build:
continue-on-error: ${{ matrix.experimental }}
runs-on: ubuntu-latest
services:
postgres:
Expand Down Expand Up @@ -66,3 +65,5 @@ jobs:
TOX_ENV: "py${{ matrix.python-version.tox }}-django${{ matrix.django }}-wagtail${{ matrix.wagtail }}-factoryboy${{ matrix.factoryboy }}"
run: |
tox -e $TOX_ENV
continue-on-error: ${{ matrix.experimental }}

0 comments on commit 89ace7d

Please sign in to comment.