From 7d4a7d21af03a5776accdbb564b178aaf72c071c Mon Sep 17 00:00:00 2001 From: rathishubham7 Date: Tue, 5 Oct 2021 19:39:29 +0300 Subject: [PATCH] fix: CI --- .github/workflows/test.yml | 28 ---------------------------- 1 file changed, 28 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 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