We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50a17a9 commit 6f03842Copy full SHA for 6f03842
1 file changed
.github/workflows/test.yml
@@ -14,4 +14,4 @@ jobs:
14
- name: Checkout
15
uses: actions/checkout@master
16
- name: Test
17
- run: xcodebuild -project CameraController.xcworkspace -scheme CameraController -sdk macos test | xcpretty
+ run: xcodebuild -project CameraController.xcodeproj -scheme CameraController -sdk macosx test
0 commit comments