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

Commit a8864d7

Browse files
Check java version
1 parent 1bdc101 commit a8864d7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,13 @@ jobs:
1111
runs-on: macos-13
1212
env:
1313
JAVA_HOME: $JAVA_HOME_8_X64
14+
PATH: $(JAVA_HOME_8_X64)/bin:$(PATH)
1415
strategy:
1516
matrix:
1617
api-level: [ 27 ]
1718
steps:
19+
- name: Check java version
20+
uses: java --version
1821
- name: Checkout
1922
uses: actions/checkout@v3
2023
- name: Start adb server

0 commit comments

Comments
 (0)