diff --git a/.github/ci_support/test_closure-compiler-npm.sh b/.github/ci_support/test_closure-compiler-npm.sh index 8d94254bd1b..8f920834884 100755 --- a/.github/ci_support/test_closure-compiler-npm.sh +++ b/.github/ci_support/test_closure-compiler-npm.sh @@ -42,7 +42,7 @@ function main() { # The NPM repo is divided into multiple Yarn workspaces: one for each # variant of the compiler, including the Graal native builds. We only # need to test the java build. - yarn workspace google-closure-compiler run test --color --java-only + FORCE_COLOR=1 yarn workspace google-closure-compiler run test --java-only } main "$@"