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

Commit 274d2bc

Browse files
Revert java env changes
1 parent 25f50be commit 274d2bc

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,10 @@ jobs:
99
test-android:
1010
name: Test Android app
1111
runs-on: macos-13
12-
env:
13-
JAVA_HOME: $JAVA_HOME_8_X64
14-
PATH: $(JAVA_HOME_8_X64)/bin:$(PATH)
1512
strategy:
1613
matrix:
1714
api-level: [ 27 ]
1815
steps:
19-
- name: Check java version
20-
run: java --version
2116
- name: Checkout
2217
uses: actions/checkout@v3
2318
- name: Start adb server

0 commit comments

Comments
 (0)