We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22e2ccf commit 715723eCopy full SHA for 715723e
1 file changed
.github/workflows/test.yml
@@ -15,7 +15,8 @@ jobs:
15
with:
16
java-version: '17'
17
distribution: 'temurin'
18
+ cache: 'gradle'
19
- name: Grant execute permission for gradlew
20
run: chmod +x ./gradlew
21
- name: Run tests
- run: ./gradlew test
22
+ run: ./gradlew test --no-daemon
0 commit comments