Skip to content

Commit 5f00e51

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

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/swift.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,14 @@ 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
16+
#- name: Bootstrap Carthage
1717
# run: carthage update --no-use-binaries
18-
# - name: Build
19-
# run: swift build -v
2018
- name: Run tests
2119
run: xcodebuild test SWIFT_VERSION=5.1
2220
-workspace RxCoreLocation.xcworkspace
2321
-scheme 'RxCoreLocation-iOS' -sdk iphonesimulator
24-
-destination "name=iPhone X" | xcpretty -c --test
22+
-destination "name=iPhone 11" | xcpretty -c --test

0 commit comments

Comments
 (0)