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