Skip to content

Commit 04fa854

Browse files
authored
Update ci.yml
1 parent e4916e1 commit 04fa854

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ jobs:
2121
run: |
2222
xcodebuild -workspace TestObjectiveDropbox/TestObjectiveDropbox.xcworkspace/ -scheme TestObjectiveDropbox_iOS -sdk iphonesimulator \
2323
-destination "platform=$platform,name=$device" \
24-
build-without-testing
24+
build-for-testing
2525
- name: Test macOS
2626
env:
2727
platform: macOS
2828
run: |
2929
xcodebuild -workspace TestObjectiveDropbox/TestObjectiveDropbox.xcworkspace/ -scheme TestObjectiveDropbox_macOS \
3030
-destination "platform=$platform,arch=x86_64" \
31-
build-without-testing
31+
build-for-testing

0 commit comments

Comments
 (0)