From b670a15d930c3cbacbf50de43f5ca1fe42dc33b0 Mon Sep 17 00:00:00 2001 From: ijunaid Date: Thu, 24 Oct 2024 13:45:16 +0500 Subject: [PATCH] Removed build_test.yml --- .github/workflows/build_test.yml | 37 -------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 .github/workflows/build_test.yml diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml deleted file mode 100644 index 53b21934..00000000 --- a/.github/workflows/build_test.yml +++ /dev/null @@ -1,37 +0,0 @@ -name: Build Tests the SDK - -permissions: - checks: write - pull-requests: write - -on: - push: - branches: - - master - - staging - pull_request: - branches: - - master - - staging - -jobs: - test-ios: - runs-on: macos-latest - strategy: - fail-fast: false - - steps: - # Checkout the repository - - name: Checkout repository - uses: actions/checkout@v4 - - # Install any dependencies - - name: Install Dependencies - run: swift package resolve - - # Run tests on iPhone 14 Simulator with iOS 16.0 - - name: Run Tests on iPhone 14 Simulator (iOS 16.0) - run: | - xcodebuild test \ - -scheme 'CountlyTests' \ - -destination 'platform=iOS Simulator,name=iPhone 14,OS=16.0' \ No newline at end of file