From 0e2a44f974ce135cefa9ea83e88aff798679be4d Mon Sep 17 00:00:00 2001 From: Mary Marchini Date: Wed, 5 Aug 2020 08:03:22 -0700 Subject: [PATCH] build: increase startCI verbosity and fix job name Ref: https://github.com/nodejs/node/issues/34594#issuecomment-669245839 PR-URL: https://github.com/nodejs/node/pull/34635 Reviewed-By: Anna Henningsen Reviewed-By: Jiawen Geng Reviewed-By: Richard Lau --- .github/workflows/auto-start-ci.yml | 2 +- tools/actions/start-ci.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/auto-start-ci.yml b/.github/workflows/auto-start-ci.yml index b6be44b6e9c65d..4d12894a5f3439 100644 --- a/.github/workflows/auto-start-ci.yml +++ b/.github/workflows/auto-start-ci.yml @@ -12,7 +12,7 @@ on: - cron: "*/5 * * * *" jobs: - commitQueue: + startCI: runs-on: ubuntu-latest steps: - uses: actions/checkout@master diff --git a/tools/actions/start-ci.sh b/tools/actions/start-ci.sh index 528c3544b17fa9..8eb3dae3c5bdf0 100755 --- a/tools/actions/start-ci.sh +++ b/tools/actions/start-ci.sh @@ -31,6 +31,7 @@ for pr in "$@"; do ci_started=yes rm -f output; ncu-ci run "$pr" >output 2>&1 || ci_started=no + cat output if [ "$ci_started" == "no" ]; then # Do we need to reset?