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 26, 2024
1 parent ee19f75 commit 94b1e40
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 @@ -45,4 +45,4 @@ jobs:
run: xcodebuild -scheme LiveKitLivestreamExample -showdestinations

- name: Run All Tests
run: xcodebuild test -scheme LiveKitLivestreamExample -destination '${{ matrix.destination }}'
run: xcodebuild test -project ./LiveKitLivestreamExample.xcodeproj -scheme LiveKitLivestreamExample -destination '${{ matrix.destination }}'

0 comments on commit 94b1e40

Please sign in to comment.