Skip to content

Commit 03268c7

Browse files
authored
CLDR-18491 BRS v48: move to -z BUILD (#4599)
1 parent c33a1f0 commit 03268c7

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/maven.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
name: cldr-mvn
22

3+
env:
4+
## uncomment only ONE of these
5+
# CLDR_CHECK_MODE: FINAL_TESTING
6+
CLDR_CHECK_MODE: BUILD
7+
38
on:
49
push:
510
pull_request:
@@ -196,7 +201,7 @@ jobs:
196201
env:
197202
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
198203
- name: run CLDR console check
199-
run: java -DCLDR_GITHUB_ANNOTATIONS=true -DCLDR_DIR=$(pwd) -Xmx6g -jar tools/cldr-code/target/cldr-code.jar check -S common,seed -e -z FINAL_TESTING
204+
run: java -DCLDR_GITHUB_ANNOTATIONS=true -DCLDR_DIR=$(pwd) -Xmx6g -jar tools/cldr-code/target/cldr-code.jar check -S common,seed -e -z ${CLDR_CHECK_MODE}
200205
deploy:
201206
# don't run deploy on manual builds!
202207
if: github.repository == 'unicode-org/cldr' && github.event_name == 'push' && github.ref == 'refs/heads/main' && github.event.inputs.git-ref == ''

0 commit comments

Comments
 (0)