Skip to content

Commit

Permalink
Don't let installer job fail fast
Browse files Browse the repository at this point in the history
  • Loading branch information
SMUnlimited committed Sep 10, 2023
1 parent e51e147 commit 714f904
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: build
name: AMAI Build CI
on:
push:
branches: [ "master" ]
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
working-directory: ./Electron

strategy:
fail-fast: false
matrix:
node-version: [16.x, 18.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
Expand Down

0 comments on commit 714f904

Please sign in to comment.