Skip to content

Commit baf1045

Browse files
committed
Update circle.yml
1 parent 51cc334 commit baf1045

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

circle.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ test:
1515
override:
1616
- set -o pipefail &&
1717
xcodebuild
18+
-workspace "SwiftTask.xcworkspace"
1819
-scheme "SwiftTask-OSX"
1920
clean build test |
2021
tee $CIRCLE_ARTIFACTS/xcode_raw-OSX.log |
@@ -25,6 +26,7 @@ test:
2526
CODE_SIGNING_REQUIRED=NO
2627
CODE_SIGN_IDENTITY=
2728
PROVISIONING_PROFILE=
29+
-workspace "SwiftTask.xcworkspace"
2830
-scheme "SwiftTask-iOS"
2931
clean build test |
3032
tee $CIRCLE_ARTIFACTS/xcode_raw-iOS.log |

0 commit comments

Comments
 (0)