mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-12 09:28:31 +02:00
Turn off fail-fast to troubleshoot
Co-authored-by: Jonathan Wren <jonathan@nowandwren.com>
This commit is contained in:
parent
1ae0143bcb
commit
3f23756269
1 changed files with 1 additions and 0 deletions
1
.github/workflows/testing.yaml
vendored
1
.github/workflows/testing.yaml
vendored
|
@ -24,6 +24,7 @@ jobs:
|
||||||
! contains(github.event.head_commit.message, '[ci skip]')
|
! contains(github.event.head_commit.message, '[ci skip]')
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
python-version: [ 3.7, 3.8, 3.9, 3.10-dev ]
|
python-version: [ 3.7, 3.8, 3.9, 3.10-dev ]
|
||||||
os: [ ubuntu-latest, macos-latest, windows-latest ]
|
os: [ ubuntu-latest, macos-latest, windows-latest ]
|
||||||
|
|
Loading…
Add table
Reference in a new issue