Skip to content

Commit d1652a5

Browse files
committed
try vm lens test and verify without test
Signed-off-by: christian.lutnik <[email protected]>
1 parent 549c52a commit d1652a5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/pullrequest.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)