Skip to content

Commit 6f03842

Browse files
committed
Fix Run command
1 parent 50a17a9 commit 6f03842

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ jobs:
1414
- name: Checkout
1515
uses: actions/checkout@master
1616
- name: Test
17-
run: xcodebuild -project CameraController.xcworkspace -scheme CameraController -sdk macos test | xcpretty
17+
run: xcodebuild -project CameraController.xcodeproj -scheme CameraController -sdk macosx test

0 commit comments

Comments
 (0)