From 748872af4bd18a37a9676305559df63041e10666 Mon Sep 17 00:00:00 2001 From: "Steven R. Loomis" Date: Fri, 19 Jul 2024 17:59:27 -0500 Subject: [PATCH] CLDR-17812 move to -z FINAL_TESTING --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index ec5c134845c..c011bedf276 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -194,7 +194,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - 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 == ''