Skip to content

Commit

Permalink
Check java version
Browse files Browse the repository at this point in the history
  • Loading branch information
DordeDimitrijev committed Jun 18, 2024
1 parent 1bdc101 commit a8864d7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/react-native-code-push-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,13 @@ jobs:
runs-on: macos-13
env:
JAVA_HOME: $JAVA_HOME_8_X64
PATH: $(JAVA_HOME_8_X64)/bin:$(PATH)
strategy:
matrix:
api-level: [ 27 ]
steps:
- name: Check java version
uses: java --version
- name: Checkout
uses: actions/checkout@v3
- name: Start adb server
Expand Down

0 comments on commit a8864d7

Please sign in to comment.