Skip to content

Commit

Permalink
✅ use setup-java@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
ChanTsune committed Jun 26, 2023
1 parent 4f8bede commit d5c7b4c
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/cache@v3.3.1
- uses: actions/setup-java@v3
with:
path: |
~/.gradle/caches
~/.gradle/wrapper
~/.konan
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*') }}
restore-keys: |
${{ runner.os }}-gradle-
distribution: 'corretto'
java-version: '17'
cache: 'gradle'
- name: run test
run: ./gradlew clean test bundleReleaseAar

0 comments on commit d5c7b4c

Please sign in to comment.