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 76f11b3 commit 436fde8Copy full SHA for 436fde8
.github/workflows/release.yml
@@ -21,7 +21,7 @@ jobs:
21
run: docker image prune -af
22
23
- name: Run Gradle Build
24
- run: ./gradlew build --scan --no-daemon -i
+ run: ./gradlew build --scan --no-daemon -i -x test
25
26
- name: Run Gradle Publish
27
run: |
0 commit comments