Skip to content

Commit 89247c9

Browse files
committed
try to make it work
Signed-off-by: christian.lutnik <[email protected]>
1 parent ae93cc2 commit 89247c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pullrequest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
${{ runner.os }}${{ matrix.build.java }}-maven-
4343
4444
- name: Verify with Maven
45-
run: mvn --batch-mode --update-snapshots --activate-profiles e2e,${{ matrix.build.profile }} verify
45+
run: mvn --batch-mode --update-snapshots -e -X --activate-profiles e2e,${{ matrix.build.profile }} verify
4646

4747
- name: Verify with vmlens
4848
run: mvn vmlens-maven-plugin:test -e -X --activate-profiles vmlens

0 commit comments

Comments
 (0)