From fe29f893418bed4ce9d1b0439d1d65d61113c237 Mon Sep 17 00:00:00 2001 From: Aristide Bouix <18463777+ArisBee@users.noreply.github.com> Date: Mon, 8 Nov 2021 10:45:21 +0100 Subject: [PATCH] Delete test workflow --- .github/workflows/test.yml | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 .github/workflows/test.yml diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml deleted file mode 100644 index 95579d8..0000000 --- a/.github/workflows/test.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: Test - -on: [push, pull_request] -jobs: - test: - runs-on: macos-11.0 - timeout-minutes: 10 - steps: - - uses: actions/checkout@v2 - - name: Set Environment - run: sudo xcrun xcode-select -s /Applications/Xcode_13.1.app - - name: Test - run: xcrun xcodebuild test -project Secretive.xcodeproj -scheme Secretive