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 13, 2025
1 parent 1fb7406 commit d4f65b4
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 @@ -86,7 +86,7 @@ jobs:
- name: Test Docker Build
run: |
docker build -t metacall/nodejs-c-liburing-example .
docker run -p 8000:8000 --name metacall_test -d metacall/nodejs-c-liburing-example
docker run --network host --name metacall_test -d metacall/nodejs-c-liburing-example
- name: Get docker logs
run: |
Expand Down

0 comments on commit d4f65b4

Please sign in to comment.