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 ae93cc2 commit 89247c9Copy full SHA for 89247c9
.github/workflows/pullrequest.yml
@@ -42,7 +42,7 @@ jobs:
42
${{ runner.os }}${{ matrix.build.java }}-maven-
43
44
- name: Verify with Maven
45
- run: mvn --batch-mode --update-snapshots --activate-profiles e2e,${{ matrix.build.profile }} verify
+ run: mvn --batch-mode --update-snapshots -e -X --activate-profiles e2e,${{ matrix.build.profile }} verify
46
47
- name: Verify with vmlens
48
run: mvn vmlens-maven-plugin:test -e -X --activate-profiles vmlens
0 commit comments