Skip to content

Commit

Permalink
Fix running integration tests outside of GitHub (#168)
Browse files Browse the repository at this point in the history
Signed-off-by: Ondrej Fabry <ondrej@fabry.dev>
Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
  • Loading branch information
ondrej-fabry committed Nov 2, 2023
1 parent 791d1ac commit 970e193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/run_integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ docker build --tag "${imgtag}" \

vppver=$(docker run --rm -i "${imgtag}" dpkg-query -f '${Version}' -W vpp)

if [ -n "${GITHUB_STEP_SUMMARY}" ]; then
if [ -n "${GITHUB_STEP_SUMMARY:-}" ]; then
echo "**VPP version**: \`${vppver}\`" >> $GITHUB_STEP_SUMMARY
echo "" >> $GITHUB_STEP_SUMMARY
fi
Expand Down

0 comments on commit 970e193

Please sign in to comment.