File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -41,18 +41,16 @@ jobs:
4141 restore-keys : |
4242 ${{ runner.os }}${{ matrix.build.java }}-maven-
4343
44- # run tests with vmlens
4544 - if : matrix.build.java == '17'
46- name : Test with vmlens
47- run : mvn --activate-profiles e2e,${{ matrix.build.profile }} clean compile vmlens-maven-plugin:test
45+ name : Verify
46+ run : mvn --batch-mode --update-snapshots -- activate-profiles e2e,${{ matrix.build.profile }} verify
4847
49- # verify, but skip test step, as this was already done in the step before
5048 - if : matrix.build.java == '17'
51- name : Verify
52- run : mvn --batch-mode --update-snapshots --activate-profiles e2e,${{ matrix.build.profile }} verify -DskipTests
49+ name : Verify with VmLens
50+ run : mvn --batch-mode --update-snapshots --activate-profiles e2e,${{ matrix.build.profile }} vmlens-maven-plugin:test
5351
5452 - if : matrix.build.java != '17'
55- name : Verify with vmlens
53+ name : Verify
5654 run : mvn --batch-mode --update-snapshots --activate-profiles e2e,${{ matrix.build.profile }} verify
5755
5856 - if : matrix.build.java == '17'
You can’t perform that action at this time.
0 commit comments