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.
2 parents ce48ecb + d4d6419 commit c0a2658Copy full SHA for c0a2658
.github/workflows/gradle.yml
@@ -29,15 +29,15 @@ jobs:
29
id: tests
30
uses: gradle/gradle-build-action@v2
31
with:
32
- arguments: clean check
+ arguments: check
33
- name: Run Build
34
if: github.event_name == 'push'
35
id: build
36
37
env:
38
GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}
39
40
- arguments: clean build
+ arguments: build
41
- name: Publish Test Report
42
if: steps.build.outcome == 'failure' || steps.tests.outcome == 'failure'
43
uses: scacap/action-surefire-report@v1
0 commit comments