Skip to content

Commit 0fd8804

Browse files
committed
add verify before vmlens tests
Signed-off-by: christian.lutnik <[email protected]>
1 parent 9fa3e5a commit 0fd8804

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/pullrequest.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@ jobs:
4242
${{ runner.os }}${{ matrix.build.java }}-maven-
4343
4444
- if: matrix.build.java == '17'
45-
name: Run tests with VmLens
46-
run: mvn --batch-mode --update-snapshots --activate-profiles e2e,${{ matrix.build.profile }} vmlens-maven-plugin:test
45+
name: Verify
46+
run: mvn --batch-mode --update-snapshots --activate-profiles e2e,${{ matrix.build.profile }} verify
4747

4848
- if: matrix.build.java == '17'
49-
name: Verify
50-
run: mvn --batch-mode --update-snapshots --activate-profiles e2e,${{ matrix.build.profile }} verify -Dmaven.test.skip
49+
name: Run tests with VmLens
50+
run: mvn --batch-mode --update-snapshots --activate-profiles e2e,${{ matrix.build.profile }} vmlens-maven-plugin:test
5151

5252
- if: matrix.build.java != '17'
5353
name: Verify

0 commit comments

Comments
 (0)