Skip to content

Commit

Permalink
Revert "Revert integration tests"
Browse files Browse the repository at this point in the history
This reverts commit 81fcf37.
  • Loading branch information
AnthonyMDev committed May 31, 2024
1 parent 81fcf37 commit 53cfcb5
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-13
runs-on: macos-latest
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: 15.2
xcode-version: ${{ env.XCODE_VERSION }}
- name: Checkout Repo
uses: actions/checkout@v3
- name: Setup Node 12.22.10
Expand Down

0 comments on commit 53cfcb5

Please sign in to comment.