Skip to content

Commit

Permalink
fix android
Browse files Browse the repository at this point in the history
fixed android e2e action
  • Loading branch information
Alex Risch authored and Alex Risch committed May 30, 2024
1 parent 32b8929 commit 32abb94
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2

- uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'zulu'
- uses: actions/setup-node@v3
- run: yarn
- name: Install Detox CLI
Expand Down Expand Up @@ -53,10 +56,7 @@ jobs:
- run: yarn
- name: Install Detox CLI
run: yarn global add detox-cli
- name: Install Bundle
run: bundle install
- run: bundle exec yarn
- run: bundle exec pod install --project-directory=ios
- run: npx pod-install

- name: Build iOS app
run: yarn e2e:ios:build
Expand Down

0 comments on commit 32abb94

Please sign in to comment.