Skip to content

Commit d0b51d4

Browse files
committed
remove vmlens step, as it is covered in normal verify
Signed-off-by: christian.lutnik <[email protected]>
1 parent 1d3b9fe commit d0b51d4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/pullrequest.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,6 @@ jobs:
4545
name: Verify
4646
run: mvn --batch-mode --update-snapshots --activate-profiles e2e,${{ matrix.build.profile }} verify
4747

48-
- if: matrix.build.java == '17'
49-
name: Run tests with VmLens
50-
run: mvn --batch-mode --update-snapshots --activate-profiles e2e,${{ matrix.build.profile }} vmlens-maven-plugin:test
51-
5248
- if: matrix.build.java != '17'
5349
name: Verify
5450
run: mvn --batch-mode --update-snapshots --activate-profiles e2e,${{ matrix.build.profile }} verify

0 commit comments

Comments
 (0)