Skip to content

Commit

Permalink
Revert integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyMDev committed May 31, 2024
1 parent ad36ad9 commit 81fcf37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -261,15 +261,15 @@ jobs:
uses: ./.github/actions/run-cocoapods-integration-tests

run-integration-tests:
runs-on: macos-latest
runs-on: macos-13
needs: [tuist-generation, changes]
if: ${{ needs.changes.outputs.ios == 'true' }}
timeout-minutes: 20
name: Apollo Integration Tests - macOS
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: ${{ env.XCODE_VERSION }}
xcode-version: 15.2
- name: Checkout Repo
uses: actions/checkout@v3
- name: Setup Node 12.22.10
Expand Down

0 comments on commit 81fcf37

Please sign in to comment.