Skip to content

Commit 824cce5

Browse files
committed
try to make it work v11e10
Signed-off-by: christian.lutnik <[email protected]>
1 parent 506dad9 commit 824cce5

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.github/workflows/pullrequest.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,18 +41,16 @@ jobs:
4141
restore-keys: |
4242
${{ runner.os }}${{ matrix.build.java }}-maven-
4343
44-
# run tests with vmlens
4544
- if: matrix.build.java == '17'
46-
name: Test with vmlens
47-
run: mvn --activate-profiles e2e,${{ matrix.build.profile }} clean compile vmlens-maven-plugin:test
45+
name: Verify
46+
run: mvn --batch-mode --update-snapshots --activate-profiles e2e,${{ matrix.build.profile }} verify
4847

49-
# verify, but skip test step, as this was already done in the step before
5048
- if: matrix.build.java == '17'
51-
name: Verify
52-
run: mvn --batch-mode --update-snapshots --activate-profiles e2e,${{ matrix.build.profile }} verify -DskipTests
49+
name: Verify with VmLens
50+
run: mvn --batch-mode --update-snapshots --activate-profiles e2e,${{ matrix.build.profile }} vmlens-maven-plugin:test
5351

5452
- if: matrix.build.java != '17'
55-
name: Verify with vmlens
53+
name: Verify
5654
run: mvn --batch-mode --update-snapshots --activate-profiles e2e,${{ matrix.build.profile }} verify
5755

5856
- if: matrix.build.java == '17'

0 commit comments

Comments
 (0)