Skip to content

Commit 127df50

Browse files
committed
ICU-23056 Disable the maven download progress logging
1 parent adaa760 commit 127df50

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/icu_exhaustive_tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ concurrency:
4141
group: ${{ github.workflow }}-${{ github.ref }}
4242
cancel-in-progress: ${{ !contains(github.ref, 'maint/') && github.ref != 'main' }}
4343

44+
env:
45+
SHARED_MVN_ARGS: '--show-version --no-transfer-progress'
46+
4447
jobs:
4548
# Runs exhaustive tests for ICU4J on Linux
4649
icu4j-linux:
@@ -50,7 +53,7 @@ jobs:
5053
- uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.1.1
5154
- name: Build and Run Exhaustive Tests
5255
run: |
53-
echo "Building ICU4J" && cd icu4j && mvn install -DICU.exhaustive=10
56+
echo "Building ICU4J" && cd icu4j && mvn ${SHARED_MVN_ARGS} install -DICU.exhaustive=10
5457
env:
5558
BUILD: ICU4J
5659
- name: List failures (if any)

0 commit comments

Comments
 (0)