Skip to content

Commit f95025e

Browse files
committed
[Build] Remove unnecessary build arguments in GH workflow
The propertiy 'compare-version-with-baselines.skip' is true by default.
1 parent 209d75a commit f95025e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/maven.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ jobs:
6868
-DforkCount=1
6969
-Dnative=${{ matrix.config.native }}
7070
-Papi-check
71-
-Dcompare-version-with-baselines.skip=true
7271
-Dtycho.baseline.replace=none
7372
--fail-at-end
7473
-DskipNativeTests=false
@@ -83,7 +82,6 @@ jobs:
8382
run: >-
8483
mvn --batch-mode -V -U -e
8584
-DforkCount=1
86-
-Dcompare-version-with-baselines.skip=true
8785
--fail-at-end
8886
-DskipNativeTests=true
8987
-DfailIfNoTests=true

0 commit comments

Comments
 (0)