Skip to content

Commit a7cd959

Browse files
author
Julien Ruaux
committed
build: Using mvn verify instead of package
1 parent a17dda0 commit a7cd959

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/early-access.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
${{ runner.os }}-maven-
2929
3030
- name: Build
31-
run: ./mvnw --no-transfer-progress -B --file pom.xml package
31+
run: ./mvnw --no-transfer-progress -B --file pom.xml verify
3232

3333
- name: Show Reports
3434
uses: actions/upload-artifact@v1

0 commit comments

Comments
 (0)