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 0ed29a0 commit cb18124Copy full SHA for cb18124
.github/workflows/snapshot-releases.yml
@@ -23,8 +23,8 @@ jobs:
23
distribution: temurin
24
java-version: 11
25
cache: 'maven'
26
- - name: Run unit tests
27
- run: ./mvnw ${MAVEN_ARGS} -B test --file pom.xml
+ - name: Build and test project
+ run: ./mvnw ${MAVEN_ARGS} clean install --file pom.xml
28
release-snapshot:
29
runs-on: ubuntu-latest
30
needs: test
0 commit comments