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 390b933 commit f5109afCopy full SHA for f5109af
.github/workflows/gradle.yml
@@ -22,5 +22,5 @@ jobs:
22
- name: Grant execute permission for gradlew
23
run: chmod +x ./gradlew
24
25
- - name: Run tests
26
- run: ./gradlew test
+ - name: Build without running tests
+ run: ./gradlew build -x test
0 commit comments