Skip to content

Commit

Permalink
Add debug info.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Jan 9, 2025
1 parent 461231d commit 6beecd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
docker build -t metacall/nodejs-c-liburing-example .
docker run -p 8000:8000 --name metacall_test -d metacall/nodejs-c-liburing-example
sleep 10
docker ps
curl localhost:8000 || exit 1
# docker ps
# until [ "`docker inspect -f {{.State.Health.Status}} metacall_test`" == "healthy" ]; do
# sleep 1
# done

0 comments on commit 6beecd4

Please sign in to comment.