Skip to content

Commit

Permalink
don't fail fast
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroshihorie committed Feb 22, 2024
1 parent 7ae3b82 commit 8a39d96
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/testing-matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
jobs:
basic_test:
strategy:
fail-fast: false
matrix:
platform: [iOS, macOS]
xcode-version: [14.2, 15.2]
Expand All @@ -26,8 +27,8 @@ jobs:
- name: Show SDKs
run: xcodebuild -showsdks

- name: List Schemes
run: xcodebuild -list
# - name: List Schemes
# run: xcodebuild -list

- name: Execute Test
run: xcodebuild test -scheme LiveKit -destination 'platform=${{ matrix.platform }}'
Expand Down

0 comments on commit 8a39d96

Please sign in to comment.