File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 1
1
name : cldr-mvn
2
2
3
+ env :
4
+ # # uncomment only ONE of these
5
+ # CLDR_CHECK_MODE: FINAL_TESTING
6
+ CLDR_CHECK_MODE : BUILD
7
+
3
8
on :
4
9
push :
5
10
pull_request :
@@ -196,7 +201,7 @@ jobs:
196
201
env :
197
202
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
198
203
- 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}
200
205
deploy :
201
206
# don't run deploy on manual builds!
202
207
if : github.repository == 'unicode-org/cldr' && github.event_name == 'push' && github.ref == 'refs/heads/main' && github.event.inputs.git-ref == ''
You can’t perform that action at this time.
0 commit comments