Skip to content

Commit

Permalink
ci(github): android test: add install Java step
Browse files Browse the repository at this point in the history
  • Loading branch information
ericswpark committed Mar 15, 2024
1 parent f3a08de commit ec7bbb3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/mobile-android-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 18
- uses: actions/setup-java@v3
with:
java-version: "17"
distribution: "temurin"
- name: Install dependencies
run: npm ci
- name: Run Detox Build
Expand Down

0 comments on commit ec7bbb3

Please sign in to comment.