Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga authored Jan 8, 2025
1 parent b7b5986 commit 880fba1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,9 @@ jobs:
docker run --rm -p 8000:8000 --name metacall_test -d metacall/nodejs-c-liburing-example
- name: Get docker logs
run: docker logs metacall_test
run: |
sleep 10
docker logs metacall_test
- name: Wait for server to be ready
run: |
Expand Down

0 comments on commit 880fba1

Please sign in to comment.