mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-05-14 19:43:41 +02:00
ci: example workflow fail fast false.
This commit is contained in:
parent
0bc08be634
commit
a538be82d7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/examples.yml
vendored
2
.github/workflows/examples.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
||||||
examples:
|
examples:
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: true
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest]
|
os: [ubuntu-latest]
|
||||||
python-version: ["3.8", "3.10"]
|
python-version: ["3.8", "3.10"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue