From c7199cc0bd33fc003e6082de081559634456f25c Mon Sep 17 00:00:00 2001 From: Abe Jellinek Date: Tue, 16 Jul 2024 16:41:29 -0400 Subject: [PATCH] CI: Group log lines --- .ci/pull-request-check/check-pull-request.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.ci/pull-request-check/check-pull-request.sh b/.ci/pull-request-check/check-pull-request.sh index 4281e5d205..8f30cca0cb 100755 --- a/.ci/pull-request-check/check-pull-request.sh +++ b/.ci/pull-request-check/check-pull-request.sh @@ -1,6 +1,7 @@ #!/usr/bin/env bash set -euo pipefail +echo "::group::Setup" DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" ROOT_DIR="$( dirname "$DIR" )" @@ -33,6 +34,7 @@ export CHROME_EXTENSION_KEY="MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDllBS5q+Z9T9t cd .. npm explore chromedriver -- npm run install --detect_chromedriver_version +echo "::endgroup::" get_translators_to_check ./selenium-test.js "$TRANSLATORS_TO_CHECK"