mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-12-26 02:36:10 +00:00
Merge pull request #577 from jellyfin/oddstr13-patch-1
Don't fail fast on the py test matrix
This commit is contained in:
commit
cc9db4bc43
1 changed files with 1 additions and 0 deletions
1
.github/workflows/test.yaml
vendored
1
.github/workflows/test.yaml
vendored
|
@ -15,6 +15,7 @@ jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
py_version: ['2.7', '3.9']
|
py_version: ['2.7', '3.9']
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in a new issue