Skip to content

Commit

Permalink
test(workflows): remove cache
Browse files Browse the repository at this point in the history
  • Loading branch information
ybelMekk committed Oct 19, 2023
1 parent ed76e2d commit 3b98352
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 3b98352

Please sign in to comment.