Skip to content

Commit

Permalink
add(workflows): cache
Browse files Browse the repository at this point in the history
  • Loading branch information
ybelMekk committed Oct 23, 2023
1 parent 3b98352 commit 49341dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
java-version: 17
distribution: 'zulu'
# cache: 'gradle'
cache: 'gradle'

- name: Build with Gradle
run: ./gradlew build
Expand Down

0 comments on commit 49341dd

Please sign in to comment.