Skip to content

Commit

Permalink
CLDR-15837 v42: move tests to FINAL_TESTING (#2180)
Browse files Browse the repository at this point in the history
srl295 authored Jul 20, 2022
1 parent 72448ca commit 4cc9142
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
@@ -114,7 +114,7 @@ jobs:
name: cldr-code
path: tools/cldr-code/target/
- name: run CLDR console check
run: java -DCLDR_GITHUB_ANNOTATIONS=true -DCLDR_DIR=$(pwd) -Xmx6g -jar tools/cldr-code/target/cldr-code.jar check -S common,seed -e -z BUILD
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
deploy:
# don't run deploy on manual builds!
if: github.repository == 'unicode-org/cldr' && github.event_name == 'push' && github.ref == 'refs/heads/main' && github.event.inputs.git-ref == ''

0 comments on commit 4cc9142

Please sign in to comment.