From d1372260e30bded0227a7fa370a77e28f527a303 Mon Sep 17 00:00:00 2001 From: bobgodwinx Date: Thu, 12 Mar 2020 15:42:58 +0100 Subject: [PATCH] Adding self-hosted example Signed-off-by: bobgodwinx --- .github/workflows/swift.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index 011fd02..de8fed1 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -9,16 +9,14 @@ 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 + -destination "name=iPhone 11" | xcpretty -c --test