We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23b162f commit 70cdb60Copy full SHA for 70cdb60
.github/workflows/gradle.yml
@@ -28,4 +28,4 @@ jobs:
28
- name: Grant execute permission for gradlew
29
run: chmod +x gradlew
30
- name: Build with Gradle
31
- run: ./gradlew build
+ run: ./gradlew build -x test
0 commit comments