Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ci_support/test_closure-compiler-npm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 "$@"
Loading