Skip to content

Commit

Permalink
Debug Workflow Failure
Browse files Browse the repository at this point in the history
  • Loading branch information
kandeeban15 committed Aug 9, 2023
1 parent 50aa858 commit 890e668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ cd tests/integration
rm -rf env
cp -r env_init env
cd "$PROJECT_ROOT"
build_and_run_docker &>/dev/null
build_and_run_docker #&>/dev/null

# sleep until server starts listening
while ! nc -zvn 127.0.0.1 7777 &>/dev/null; do
Expand Down

0 comments on commit 890e668

Please sign in to comment.