Skip to content

Commit 7dbd6d9

Browse files
committed
Adding self-hosted example
Signed-off-by: bobgodwinx <bobgodwinx@gmail.com>
1 parent 0bed7b2 commit 7dbd6d9

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

.github/workflows/swift.yml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,11 @@ on:
99
jobs:
1010
build:
1111

12-
runs-on: macos-latest
12+
runs-on: self-hosted
1313

1414
steps:
1515
- uses: actions/checkout@v2
16-
# - name: Bootstrap Carthage
17-
# run: carthage update --no-use-binaries
18-
# - name: Build
19-
# run: swift build -v
16+
- name: Bootstrap Carthage
17+
run: carthage update --no-use-binaries
2018
- 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
19+
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

Comments
 (0)