Skip to content

Commit

Permalink
Update testing-matrix.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroshihorie committed Feb 22, 2024
1 parent 0b13a7f commit 5078d20
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/testing-matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
push:

jobs:
basic_test:
run_all_tests:
strategy:
fail-fast: false
matrix:
Expand All @@ -27,10 +27,8 @@ jobs:
- name: Show SDKs
run: xcodebuild -showsdks

# - name: List Schemes
# run: xcodebuild -list
- name: Show Destinations
run: xcodebuild -scheme LiveKit -showdestinations

- name: Execute Test
- name: Run All Tests
run: xcodebuild test -scheme LiveKit -destination 'platform=${{ matrix.platform }}'

# xcodebuild test -scheme LiveKit -sdk iphonesimulator17.2 -destination "OS=17.4,name=iPhone 13 Mini"

0 comments on commit 5078d20

Please sign in to comment.