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 ebc4837 commit ec2bc84Copy full SHA for ec2bc84
.github/workflows/gradle.yml
@@ -33,7 +33,7 @@ jobs:
33
id: build
34
uses: gradle/gradle-build-action@v3
35
with:
36
- arguments: build
+ arguments: build -x test
37
publish:
38
if: github.event_name == 'push'
39
needs: ["build"]
0 commit comments