Skip to content

Commit

Permalink
Add debug.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Jan 9, 2025
1 parent 3572f22 commit c1b9408
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,11 @@ jobs:

- name: Test Docker Build
run: |
set -x
docker build -t metacall/nodejs-c-liburing-example .
docker run -p 8000:8000 --name metacall_test -d metacall/nodejs-c-liburing-example
- name: Wait for Readiness
run: |
docker ps
until [ "`docker inspect -f {{.State.Health.Status}} metacall_test`" == "healthy" ]; do
sleep 1
done
- name: Test
run: |
curl localhost:8000 || exit 1

0 comments on commit c1b9408

Please sign in to comment.