diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml deleted file mode 100644 index c270a7d..0000000 --- a/.github/workflows/test.yml +++ /dev/null @@ -1,28 +0,0 @@ -name: Unit Test - -# Run unit tests on every push or pull request, to main or develop -on: - push: - branches: - - master - - develop - pull_request: - branches: - - master - - develop - -# Checkout the code, and run mxcl's xcodebuild action to run the unit tests -jobs: - build: - runs-on: macOS-latest - strategy: - matrix: - platform: - - iOS - steps: - - uses: actions/checkout@v2.3.4 - - uses: mxcl/xcodebuild@v1 - with: - platform: ${{ matrix.platform }} - action: test - code-coverage: true \ No newline at end of file