From 75d2bdf92ce76599709426b3e467174012725633 Mon Sep 17 00:00:00 2001 From: Anton Palgunov Date: Tue, 11 Feb 2020 23:39:25 +0000 Subject: [PATCH] final build test --- .github/workflows/build-test.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index edd9a64..d18ddcb 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -9,9 +9,6 @@ jobs: steps: - uses: actions/checkout@v1 - - name: Force Xcode 11 - run: sudo xcode-select -switch /Applications/Xcode_11.3.app - - name: Run tests run: xcodebuild test -project MTMR.xcodeproj -scheme 'UnitTests' | xcpretty -c && exit ${PIPESTATUS[0]} @@ -26,8 +23,3 @@ jobs: - name: Build App run: xcodebuild -project "MTMR.xcodeproj" -exportArchive -archivePath Release/App.xcarchive -exportOptionsPlist export-options.plist -exportPath Release | xcpretty -c && exit ${PIPESTATUS[0]} - - - uses: actions/upload-artifact@v1 - with: - name: MTMR.app - path: Release/App.xcarchive/Products/Applications