We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d3b9fe commit d0b51d4Copy full SHA for d0b51d4
.github/workflows/pullrequest.yml
@@ -45,10 +45,6 @@ jobs:
45
name: Verify
46
run: mvn --batch-mode --update-snapshots --activate-profiles e2e,${{ matrix.build.profile }} verify
47
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
-
52
- if: matrix.build.java != '17'
53
54
0 commit comments