We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 175015f commit 0f7c5cfCopy full SHA for 0f7c5cf
1 file changed
.github/workflows/gradle-build-push.yml
@@ -23,8 +23,6 @@ jobs:
23
${{ runner.os }}-gradle-
24
- name: Build with Gradle
25
run: ./gradlew build
26
- - name: Test
27
- run: ./gradlew test
28
- name: Cleanup Gradle Cache
29
# Remove some files from the Gradle cache, so they aren't cached by GitHub Actions.
30
# Restoring these files from a GitHub Actions cache might cause problems for future builds.
0 commit comments