File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 93
93
uses : coactions/setup-xvfb@6b00cf1889f4e1d5a48635647013c0508128ee1a
94
94
with :
95
95
run : >-
96
- mvn --batch-mode -V -U
96
+ mvn --batch-mode --no-transfer-progress --show-version --update-snapshots --errors
97
97
${{ inputs.without-EF-infra && '-Dtycho.version=4.0.12' || '' }}
98
- -ntp
99
98
-Dcompare-version-with-baselines.skip=true
100
99
-Pbree-libs
101
100
-DskipTests=true
Original file line number Diff line number Diff line change 91
91
uses : coactions/setup-xvfb@6b00cf1889f4e1d5a48635647013c0508128ee1a
92
92
with :
93
93
run : >-
94
- mvn --batch-mode -V -U -e
94
+ mvn --batch-mode --no-transfer-progress --show-version --update-snapshots --errors
95
95
${{ inputs.without-EF-infra && '-Dtycho.version=4.0.12' || '' }}
96
- -ntp
97
96
-Dcompare-version-with-baselines.skip=false
98
97
-Pbree-libs
99
98
-Papi-check
You can’t perform that action at this time.
0 commit comments