Skip to content

Commit

Permalink
CLDR-14456 use -z BUILD in CI build (#1004)
Browse files Browse the repository at this point in the history
  • Loading branch information
srl295 authored Feb 4, 2021
1 parent 0ad360e commit c3244e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
name: cldr-code
path: tools/cldr-code/target/
- name: run CLDR console check
run: java -DCLDR_DIR=$(pwd) -jar tools/cldr-code/target/cldr-code.jar check -S common,seed -e -z FINAL_TESTING
run: java -DCLDR_DIR=$(pwd) -jar tools/cldr-code/target/cldr-code.jar check -S common,seed -e -z BUILD
deploy:
if: github.repository == 'unicode-org/cldr' && github.event_name == 'push' && github.ref == 'refs/heads/master'
needs:
Expand Down

0 comments on commit c3244e5

Please sign in to comment.