From ec7bbb322450e7f006fc8ab5435bbe02b431a147 Mon Sep 17 00:00:00 2001 From: Eric Park Date: Fri, 15 Mar 2024 11:53:49 -0400 Subject: [PATCH] ci(github): android test: add install Java step --- .github/workflows/mobile-android-tests.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/mobile-android-tests.yml b/.github/workflows/mobile-android-tests.yml index 4d96596c..801e4ff5 100644 --- a/.github/workflows/mobile-android-tests.yml +++ b/.github/workflows/mobile-android-tests.yml @@ -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