We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0ec09c commit 96cecffCopy full SHA for 96cecff
.github/workflows/build.yml
@@ -15,17 +15,7 @@ jobs:
15
uses: gradle/actions/setup-gradle@v5
16
with:
17
cache-read-only: ${{ github.ref != 'refs/heads/main' }}
18
- - name: Cache Gradle Build Cache
19
- uses: actions/cache@v5
20
- with:
21
- path: |
22
- ~/.gradle/caches
23
- ~/.gradle/wrapper
24
- .gradle
25
- key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle.properties') }}
26
- restore-keys: |
27
- ${{ runner.os }}-gradle-
28
- name: Build with Gradle
29
run: ./gradlew build
30
- name: Test with Gradle
31
- run: ./gradlew test
+ run: ./gradlew test
0 commit comments