Browse Source

Do not fail all jobs if one job fails in order to locate the failing job

pull/1960/head
Safihre 4 years ago
parent
commit
9c109b803d
  1. 1
      .github/workflows/integration_testing.yml

1
.github/workflows/integration_testing.yml

@ -7,6 +7,7 @@ jobs:
name: Test ${{ matrix.name }} - Python ${{ matrix.python-version }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]
os: [ubuntu-20.04]

Loading…
Cancel
Save