Skip to content

Commit

Permalink
ci: don't fail fast when building artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
alemidev committed Sep 9, 2024
1 parent dd1fe9f commit ede4fca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/javascript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
build:
runs-on: ${{ matrix.platform.runner }}
strategy:
fail_fast: false
matrix:
platform:
- runner: windows-latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/lua.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
build:
runs-on: ${{ matrix.platform.runner }}
strategy:
fail-fast: false
matrix:
platform:
- runner: ubuntu-latest
Expand Down

0 comments on commit ede4fca

Please sign in to comment.