diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml deleted file mode 100644 index 2aa11af..0000000 --- a/.github/workflows/main.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: CI - -on: [push] - -jobs: - tests: - name: Unit-Tests - runs-on: macOS-latest - steps: - - uses: actions/checkout@v1 - - name: fastlane ios tests - run: fastlane ios tests - compatibility: - name: Compatibility-Tests - runs-on: macOS-latest - steps: - - uses: actions/checkout@v1 - - name: fastlane ios compatibilityTests - run: fastlane ios compatibilityTests