Skip to content

Commit 506dad9

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pullrequest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
# run tests with vmlens
4545
- if: matrix.build.java == '17'
4646
name: Test with vmlens
47-
run: mvn --activate-profiles e2e,${{ matrix.build.profile }} vmlens-maven-plugin:test
47+
run: mvn --activate-profiles e2e,${{ matrix.build.profile }} clean compile vmlens-maven-plugin:test
4848

4949
# verify, but skip test step, as this was already done in the step before
5050
- if: matrix.build.java == '17'

0 commit comments

Comments
 (0)