Skip to content

Commit

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

0 comments on commit 461231d

Please sign in to comment.