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 e4916e1 commit 04fa854Copy full SHA for 04fa854
1 file changed
.github/workflows/ci.yml
@@ -21,11 +21,11 @@ jobs:
21
run: |
22
xcodebuild -workspace TestObjectiveDropbox/TestObjectiveDropbox.xcworkspace/ -scheme TestObjectiveDropbox_iOS -sdk iphonesimulator \
23
-destination "platform=$platform,name=$device" \
24
- build-without-testing
+ build-for-testing
25
- name: Test macOS
26
env:
27
platform: macOS
28
29
xcodebuild -workspace TestObjectiveDropbox/TestObjectiveDropbox.xcworkspace/ -scheme TestObjectiveDropbox_macOS \
30
-destination "platform=$platform,arch=x86_64" \
31
0 commit comments