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 256252c commit 0856a1eCopy full SHA for 0856a1e
.github/workflows/pullrequest.yml
@@ -45,7 +45,7 @@ jobs:
45
run: mvn --batch-mode --update-snapshots --activate-profiles e2e,${{ matrix.build.profile }} verify
46
47
- name: Verify with vmlens
48
- run: mvn vmlens-maven-plugin:test
+ run: mvn vmlens-maven-plugin:test --activate-profiles e2e -e -X
49
50
- if: matrix.build.java == '17'
51
name: Upload coverage to Codecov
0 commit comments