From 5f00e51a3a00ed2d2d92492d751497b921ea7afe 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 | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index 011fd02..a9c9799 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 + #- name: Bootstrap Carthage # run: carthage update --no-use-binaries - # - name: Build - # run: swift build -v - 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