Skip to content

Commit

Permalink
add cache for konan
Browse files Browse the repository at this point in the history
  • Loading branch information
andreypfau committed Dec 22, 2022
1 parent a89e11e commit e3b9a28
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,10 @@ jobs:
with:
distribution: liberica
java-version: 18
# - name: Cache konan
# uses: actions/cache@v3
# with:
# path: ~/.konan
# key: ${{ runner.os }}-konan
- name: Cache konan
uses: actions/cache@v3
with:
path: ~/.konan
key: ${{ runner.os }}-konan
- name: Run tests
run: ./gradlew jvmTest publishToMavenLocal --stacktrace
# - name: Upload build reports
# uses: actions/upload-artifact@v3
# with:
# name: build-reports
# path: build/reports/

0 comments on commit e3b9a28

Please sign in to comment.