mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-25 17:36:18 +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:
|
build:
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [
|
os: [
|
||||||
"ubuntu-18.04",
|
"ubuntu-18.04",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user