mirror of
https://github.com/hexedtech/codemp.git
synced 2024-11-22 07:14:50 +01:00
ci: don't fail fast when building artifacts
This commit is contained in:
parent
8702fc5ed6
commit
631452756a
2 changed files with 2 additions and 0 deletions
1
.github/workflows/javascript.yml
vendored
1
.github/workflows/javascript.yml
vendored
|
@ -13,6 +13,7 @@ jobs:
|
|||
build:
|
||||
runs-on: ${{ matrix.platform.runner }}
|
||||
strategy:
|
||||
fail_fast: false
|
||||
matrix:
|
||||
platform:
|
||||
- runner: windows-latest
|
||||
|
|
1
.github/workflows/lua.yml
vendored
1
.github/workflows/lua.yml
vendored
|
@ -13,6 +13,7 @@ jobs:
|
|||
build:
|
||||
runs-on: ${{ matrix.platform.runner }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
platform:
|
||||
- runner: ubuntu-latest
|
||||
|
|
Loading…
Reference in a new issue