Skip to content

Commit

Permalink
Update pytest-testutils.yml
Browse files Browse the repository at this point in the history
Allow to continue running if failure occurs (allows multiple matrixes to continue running)
  • Loading branch information
craig8 authored Nov 26, 2020
1 parent e4bbf4e commit 25f7a60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pytest-testutils.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
#ubuntu-16.04
#os: [ubuntu-18.04, ubuntu-20.04]
Expand Down

0 comments on commit 25f7a60

Please sign in to comment.