Skip to content

Commit

Permalink
target ci-8 (#5943)
Browse files Browse the repository at this point in the history
* target ci-8

* debug earlier

* target ci-8 and 9
  • Loading branch information
brunobar79 authored Jul 22, 2024
1 parent 8d619b2 commit 69ebc51
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/macstadium-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -64,18 +64,18 @@ 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

- name: Fix permissions
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
Expand Down

0 comments on commit 69ebc51

Please sign in to comment.