Skip to content

Commit

Permalink
ci: disable fail fast
Browse files Browse the repository at this point in the history
  • Loading branch information
dansiegel committed Oct 28, 2023
1 parent 75b5718 commit 0dc77cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
android-build:
runs-on: macos-latest
strategy:
fail-fast: false
matrix:
sampleApp: [
'01-HelloPrism', 02-ServiceRegistration', 03-PlatformSpecificServices', '04-Commands',
Expand Down Expand Up @@ -47,6 +48,7 @@ jobs:
ios-build:
runs-on: macos-latest
strategy:
fail-fast: false
matrix:
sampleApp: [
'01-HelloPrism', 02-ServiceRegistration', 03-PlatformSpecificServices', '04-Commands',
Expand Down

0 comments on commit 0dc77cc

Please sign in to comment.