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 0bed7b2 commit 7dbd6d9Copy full SHA for 7dbd6d9
.github/workflows/swift.yml
@@ -9,16 +9,11 @@ on:
9
jobs:
10
build:
11
12
- runs-on: macos-latest
+ runs-on: self-hosted
13
14
steps:
15
- uses: actions/checkout@v2
16
- # - name: Bootstrap Carthage
17
- # run: carthage update --no-use-binaries
18
- # - name: Build
19
- # run: swift build -v
+ - name: Bootstrap Carthage
+ run: carthage update --no-use-binaries
20
- name: Run tests
21
- run: xcodebuild test SWIFT_VERSION=5.1
22
- -workspace RxCoreLocation.xcworkspace
23
- -scheme 'RxCoreLocation-iOS' -sdk iphonesimulator
24
- -destination "name=iPhone X" | xcpretty -c --test
+ run: xcodebuild test SWIFT_VERSION=5.1 -workspace RxCoreLocation.xcworkspace -scheme 'RxCoreLocation-iOS' -sdk iphonesimulator -destination "name=iPhone 11" | xcpretty -c --test
0 commit comments