Skip to content

Commit

Permalink
Adding self-hosted example
Browse files Browse the repository at this point in the history
Signed-off-by: bobgodwinx <bobgodwinx@gmail.com>
  • Loading branch information
bobgodwinx committed Mar 12, 2020
1 parent 0bed7b2 commit 7dbd6d9
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,11 @@ on:
jobs:
build:

runs-on: macos-latest
runs-on: self-hosted

steps:
- uses: actions/checkout@v2
# - name: Bootstrap Carthage
# run: carthage update --no-use-binaries
# - name: Build
# run: swift build -v
- name: Bootstrap Carthage
run: carthage update --no-use-binaries
- name: Run tests
run: xcodebuild test SWIFT_VERSION=5.1
-workspace RxCoreLocation.xcworkspace
-scheme 'RxCoreLocation-iOS' -sdk iphonesimulator
-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 comments on commit 7dbd6d9

Please sign in to comment.