Skip to content

Commit

Permalink
list schemes
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroshihorie committed Feb 22, 2024
1 parent 905164a commit 3487b8d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/testing-matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
push:

jobs:
example_matrix:
basic_test:
strategy:
matrix:
platform: [iOS, macOS]
Expand All @@ -22,6 +22,9 @@ jobs:
- name: Show SDKs
run: xcodebuild -showsdks

- name: List Schemes
run: xcodebuild -list

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

Expand Down

0 comments on commit 3487b8d

Please sign in to comment.