Skip to content

Commit 78da903

Browse files
committed
try to make it work v329323452
Signed-off-by: christian.lutnik <[email protected]>
1 parent 0856a1e commit 78da903

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/pullrequest.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Check out the code
2222
uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493
2323

24-
- name: Set up JDK 11
24+
- name: Set up the JDK
2525
uses: actions/setup-java@e9343db97e09d87a3c50e544105d99fe912c204b
2626
with:
2727
java-version: ${{ matrix.build.java }}
@@ -44,8 +44,9 @@ 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 --activate-profiles e2e -e -X
47+
- if: matrix.build.java == '17'
48+
name: Verify with vmlens
49+
run: mvn vmlens-maven-plugin:test -e -X
4950

5051
- if: matrix.build.java == '17'
5152
name: Upload coverage to Codecov

0 commit comments

Comments
 (0)