Skip to content

Commit bfaa58b

Browse files
committed
fix: snapshot build
Signed-off-by: Attila Mészáros <csviri@gmail.com>
1 parent 9485c0c commit bfaa58b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/snapshot-releases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
java-version: 11
2525
cache: 'maven'
2626
- name: Run unit tests
27-
run: ./mvnw ${MAVEN_ARGS} -B test --file pom.xml
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)