Skip to content

Commit

Permalink
Update e2e_android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jtklein committed Jun 16, 2024
1 parent 8d78df4 commit 9fa8702
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/e2e_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ jobs:
node-version: 18
- name: Install Dependencies
run: npm install
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'zulu'
- name: Build for Detox
run: npm run e2e:build:android

Expand Down

0 comments on commit 9fa8702

Please sign in to comment.