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 e0f40df commit ca4ad5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing-matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:
run: xcodebuild -list

- name: Execute Test
run: xcodebuild -scheme LiveKitTests -destination 'platform=macOS,arch=arm64' -only-testing 'LiveKitTests/Basic' test
run: xcodebuild test -scheme LiveKit -destination 'platform=macOS,arch=arm64'

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

0 comments on commit ca4ad5f

Please sign in to comment.