Skip to content

Commit cb18124

Browse files
committedOct 18, 2023
fix: snapshot build (#2089)
Signed-off-by: Attila Mészáros <[email protected]>
1 parent 0ed29a0 commit cb18124

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

Diff for: ‎.github/workflows/snapshot-releases.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
distribution: temurin
2424
java-version: 11
2525
cache: 'maven'
26-
- name: Run unit tests
27-
run: ./mvnw ${MAVEN_ARGS} -B test --file pom.xml
26+
- name: Build and test project
27+
run: ./mvnw ${MAVEN_ARGS} clean install --file pom.xml
2828
release-snapshot:
2929
runs-on: ubuntu-latest
3030
needs: test

0 commit comments

Comments
 (0)
Please sign in to comment.