From 109d70ce8226ac6485f311849e78c43d097cbc11 Mon Sep 17 00:00:00 2001 From: Nikola Jokic Date: Mon, 7 Apr 2025 14:52:29 +0200 Subject: [PATCH] don't silence the workflow view un run_workflow --- test/actions.github.com/helper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/actions.github.com/helper.sh b/test/actions.github.com/helper.sh index ea8768b7..3a216697 100644 --- a/test/actions.github.com/helper.sh +++ b/test/actions.github.com/helper.sh @@ -127,7 +127,7 @@ function print_results() { function run_workflow() { echo "Checking if the workflow file exists" - gh workflow view -R "${TARGET_ORG}/${TARGET_REPO}" "${WORKFLOW_FILE}" &> /dev/null || return 1 + gh workflow view -R "${TARGET_ORG}/${TARGET_REPO}" "${WORKFLOW_FILE}" || return 1 local queue_time="$(date -u +%FT%TZ)"