File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -42,12 +42,12 @@ jobs:
42
42
${{ runner.os }}${{ matrix.build.java }}-maven-
43
43
44
44
- if : matrix.build.java == '17'
45
- name : Run tests with VmLens
46
- run : mvn --batch-mode --update-snapshots --activate-profiles e2e,${{ matrix.build.profile }} vmlens-maven-plugin:test
45
+ name : Verify
46
+ run : mvn --batch-mode --update-snapshots --activate-profiles e2e,${{ matrix.build.profile }} verify
47
47
48
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
49
+ name : Run tests with VmLens
50
+ run : mvn --batch-mode --update-snapshots --activate-profiles e2e,${{ matrix.build.profile }} vmlens-maven-plugin: test
51
51
52
52
- if : matrix.build.java != '17'
53
53
name : Verify
You can’t perform that action at this time.
0 commit comments