Skip to content

Commit bc8c31e

Browse files
committed
uncomment vmlens github action run
Signed-off-by: christian.lutnik <[email protected]>
1 parent d25b582 commit bc8c31e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pullrequest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ jobs:
4444
- name: Verify with Maven
4545
run: mvn --batch-mode --update-snapshots --activate-profiles e2e,${{ matrix.build.profile }} verify
4646

47-
- name: Verify with vmlens
48-
run: mvn vmlens-maven-plugin:test
47+
#- name: Verify with vmlens
48+
# run: mvn vmlens-maven-plugin:test
4949

5050
- if: matrix.build.java == '17'
5151
name: Upload coverage to Codecov

0 commit comments

Comments
 (0)