File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -42,12 +42,12 @@ jobs:
4242 ${{ runner.os }}${{ matrix.build.java }}-maven-
4343
4444 - if : matrix.build.java == '17'
45- name : Verify
46- run : mvn --batch-mode --update-snapshots --activate-profiles e2e,${{ matrix.build.profile }} verify
45+ name : Run tests with VmLens
46+ run : mvn --batch-mode --update-snapshots --activate-profiles e2e,${{ matrix.build.profile }} vmlens-maven-plugin:test
4747
48- # - if: matrix.build.java == '17'
49- # name: Verify with VmLens
50- # run: mvn --batch-mode --update-snapshots --activate-profiles e2e,${{ matrix.build.profile }} vmlens-maven-plugin: test
48+ - if : matrix.build.java == '17'
49+ name : Verify
50+ run : mvn --batch-mode --update-snapshots --activate-profiles e2e,${{ matrix.build.profile }} verify -Dmaven. test.skip
5151
5252 - if : matrix.build.java != '17'
5353 name : Verify
You can’t perform that action at this time.
0 commit comments