diff --git a/.github/workflows/macstadium-e2e.yml b/.github/workflows/macstadium-e2e.yml index 1ec9fc7d80b..faf9e8c111c 100644 --- a/.github/workflows/macstadium-e2e.yml +++ b/.github/workflows/macstadium-e2e.yml @@ -3,7 +3,7 @@ name: iOS e2e tests on: [pull_request, workflow_dispatch] jobs: ios-e2e: - runs-on: ["self-hosted", "CI-9"] + runs-on: ["self-hosted", "CI-8", "CI-9"] concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true @@ -64,7 +64,11 @@ jobs: - name: Rebuild detox cache run: ./node_modules/.bin/detox clean-framework-cache && ./node_modules/.bin/detox build-framework-cache - + + - name: Version debug + run: | + npx react-native info + - name: Install pods run: yarn install-bundle && yarn install-pods @@ -72,10 +76,6 @@ jobs: run: | chmod -R +x node_modules/react-native/scripts chmod -R +x node_modules/@sentry/react-native/scripts - - - name: Version debug - run: | - npx react-native info - name: Build the app in release mode run: yarn detox build --configuration ios.sim.release