We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8d7a7a commit 05c820bCopy full SHA for 05c820b
.github/workflows/on_push.yaml
@@ -17,7 +17,7 @@ jobs:
17
- name: Validate Gradle wrapper
18
uses: gradle/wrapper-validation-action@e6e38bacfdf1a337459f332974bb2327a31aaf4b
19
- name: Build with Gradle
20
- run: ./gradlew :http:check -PskipAndroidBuild --stacktrace
+ run: ./gradlew build --stacktrace
21
- name: Cleanup Gradle Cache
22
# Remove some files from the Gradle cache, so they aren't cached by GitHub Actions.
23
# Restoring these files from a GitHub Actions cache might cause problems for future builds.
0 commit comments