diff --git a/.github/workflows/integration-tests.yaml b/.github/workflows/integration-tests.yaml index 6d49e9e..ff50dc8 100644 --- a/.github/workflows/integration-tests.yaml +++ b/.github/workflows/integration-tests.yaml @@ -24,6 +24,7 @@ jobs: find . exit 1 fi + cat "$output_file" echo "---" sed 's/^\(expected\)=.*$/\1='\''\$\1'\''/' "$output_file" echo "---" @@ -34,6 +35,7 @@ jobs: set -e # shellcheck disable=SC2034 expected='$expected' + # shellcheck disable=SC2034 workflow_file='integration-tests.yaml' # --- output_file="workflow_scripts/:env.workflow_file:/job=Test/step=Test_extracted.sh"