We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adaa760 commit 127df50Copy full SHA for 127df50
.github/workflows/icu_exhaustive_tests.yml
@@ -41,6 +41,9 @@ concurrency:
41
group: ${{ github.workflow }}-${{ github.ref }}
42
cancel-in-progress: ${{ !contains(github.ref, 'maint/') && github.ref != 'main' }}
43
44
+env:
45
+ SHARED_MVN_ARGS: '--show-version --no-transfer-progress'
46
+
47
jobs:
48
# Runs exhaustive tests for ICU4J on Linux
49
icu4j-linux:
@@ -50,7 +53,7 @@ jobs:
50
53
- uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.1.1
51
54
- name: Build and Run Exhaustive Tests
52
55
run: |
- echo "Building ICU4J" && cd icu4j && mvn install -DICU.exhaustive=10
56
+ echo "Building ICU4J" && cd icu4j && mvn ${SHARED_MVN_ARGS} install -DICU.exhaustive=10
57
env:
58
BUILD: ICU4J
59
- name: List failures (if any)
0 commit comments