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.
clean
1 parent 2cd5ac0 commit 565f3b4Copy full SHA for 565f3b4
.github/workflows/maven.yml
@@ -29,7 +29,7 @@ jobs:
29
restore-keys: |
30
${{ runner.os }}-maven-
31
- name: Run tests
32
- run: ./mvnw -V -B -ntp -ff clean verify
+ run: ./mvnw -V -B -ntp -ff verify
33
- name: Release Snapshot
34
if: matrix.java_version == '11'
35
run: ./mvnw -V -B -ntp -ff deploy
.github/workflows/pr.yml
@@ -32,4 +32,4 @@ jobs:
0 commit comments