Skip to content

Commit a772ae3

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

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 --batch-mode --update-snapshots --activate-profiles e2e,${{ matrix.build.profile }} vmlens-maven-plugin:test
47+
run: mvn --activate-profiles e2e,${{ matrix.build.profile }} 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)