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 d25b582 commit bc8c31eCopy full SHA for bc8c31e
.github/workflows/pullrequest.yml
@@ -44,8 +44,8 @@ jobs:
44
- name: Verify with Maven
45
run: mvn --batch-mode --update-snapshots --activate-profiles e2e,${{ matrix.build.profile }} verify
46
47
- - name: Verify with vmlens
48
- run: mvn vmlens-maven-plugin:test
+ #- name: Verify with vmlens
+ # run: mvn vmlens-maven-plugin:test
49
50
- if: matrix.build.java == '17'
51
name: Upload coverage to Codecov
0 commit comments