Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 2fdd53a

Browse files
Add java env variable
1 parent 04fc2fc commit 2fdd53a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/react-native-code-push-ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,11 @@ jobs:
99
test-android:
1010
name: Test Android app
1111
runs-on: macos-13
12+
env:
13+
JAVA_HOME: $(JAVA_HOME_8_X64)
1214
strategy:
1315
matrix:
1416
api-level: [ 27 ]
15-
java-version: [8]
1617
steps:
1718
- name: Checkout
1819
uses: actions/checkout@v3

0 commit comments

Comments
 (0)