Skip to content

Commit

Permalink
fix: use variable instead literal
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanmarban committed Nov 6, 2023
1 parent cf7a9d6 commit 05e53b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
docker stop $CONTAINER_NAME > /dev/null

echo "Output logs: "
cat output.log
cat $LOGS_FILE
echo "Verifying log output..."
if grep -q "Server started, listening on 8085" $LOGS_FILE &&
Expand Down

0 comments on commit 05e53b5

Please sign in to comment.