Skip to content

Commit f098d95

Browse files
author
Fabian Muecke
committed
Fixed circle ci tests
1 parent dd1ac86 commit f098d95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
command: >
3838
set -o pipefail && xcodebuild test SWIFT_VERSION=5.0
3939
-workspace RxWebKit.xcworkspace
40-
-scheme 'RxWebKitTests' -sdk iphonesimulator
40+
-scheme 'RxWebKitTests-iOS' -sdk iphonesimulator
4141
-destination "name=iPhone Xʀ" | xcpretty -c --test
4242
- store_artifacts:
4343
path: /tmp/xcode-test-results

0 commit comments

Comments
 (0)