Skip to content

Commit

Permalink
Updated JDK 17
Browse files Browse the repository at this point in the history
Updated JDK to 17 for both unit test and android test
  • Loading branch information
s1g53gv authored Dec 13, 2023
1 parent dc3dd04 commit 95446fa
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,11 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3

- name: Java setup
uses: actions/setup-java@v3
with:
distribution: 'temurin' # See 'Supported distributions' for available options
java-version: '17'
- name: Mock google-services.json
run: mv app/google-services-mock.json app/google-services.json
- name: Test the app
Expand Down

0 comments on commit 95446fa

Please sign in to comment.