Skip to content

Commit

Permalink
WTA #30: Added java version to action.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob3075 committed Oct 16, 2022
1 parent d71dbb4 commit a6ba1ca
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/android_ui_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ jobs:
- name: checkout
uses: actions/checkout@v3

- name: Set Up JDK
uses: actions/setup-java@v1
with:
java-version: 1.11

- name: Update CLIENT_ID
env:
CLIENT_ID: ${{ secrets.CLIENT_ID }}
Expand Down

0 comments on commit a6ba1ca

Please sign in to comment.