mirror of
https://github.com/koel/koel
synced 2024-11-10 06:34:14 +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:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
node-version: [ 14, 16, 17 ] # 15 conflicts with @typescript-eslint/eslint-plugin@5
|
||||
steps:
|
||||
|
|
Loading…
Reference in a new issue