mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
Turn fail-fast off, so one failed job doesn't cancel others
This commit is contained in:
parent
707c9910ab
commit
a4d7861e34
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
|
@ -6,6 +6,7 @@ jobs:
|
|||
build:
|
||||
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [
|
||||
"ubuntu-18.04",
|
||||
|
|
Loading…
Reference in New Issue
Block a user