Skip to content

Commit d4d6419

Browse files
committed
Remove explicit clean from the Java CI workflow
1 parent 8ef4e46 commit d4d6419

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gradle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ jobs:
2929
id: tests
3030
uses: gradle/gradle-build-action@v2
3131
with:
32-
arguments: clean check
32+
arguments: check
3333
- name: Run Build
3434
if: github.event_name == 'push'
3535
id: build
3636
uses: gradle/gradle-build-action@v2
3737
env:
3838
GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}
3939
with:
40-
arguments: clean build
40+
arguments: build
4141
- name: Publish Test Report
4242
if: steps.build.outcome == 'failure' || steps.tests.outcome == 'failure'
4343
uses: scacap/action-surefire-report@v1

0 commit comments

Comments
 (0)