mirror of
https://github.com/koel/koel
synced 2024-11-12 23:47:09 +00:00
chore(build): don't stop other FE builds when one is broken
This commit is contained in:
parent
62131da997
commit
3f5d95b0af
1 changed files with 1 additions and 0 deletions
1
.github/workflows/unit-frontend.yml
vendored
1
.github/workflows/unit-frontend.yml
vendored
|
@ -11,6 +11,7 @@ jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
node-version: [ 14, 16, 17 ] # 15 conflicts with @typescript-eslint/eslint-plugin@5
|
node-version: [ 14, 16, 17 ] # 15 conflicts with @typescript-eslint/eslint-plugin@5
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in a new issue