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)"