Skip to content

Commit

Permalink
iterating
Browse files Browse the repository at this point in the history
  • Loading branch information
omus committed Dec 18, 2024
1 parent f51d10e commit be71272
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
find .
exit 1
fi
cat "$output_file"
echo "---"
sed 's/^\(expected\)=.*$/\1='\''\$\1'\''/' "$output_file"
echo "---"
Expand All @@ -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"
Expand Down

0 comments on commit be71272

Please sign in to comment.