Skip to content

Commit

Permalink
Test.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Dec 19, 2024
1 parent 6833b24 commit 6c865b8
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 @@ -18,7 +18,7 @@ jobs:
run: |
docker build -t metacall/nodejs-c-liburing-example .
docker run --rm -p 8000:8000 --name metacall_test -d metacall/nodejs-c-liburing-example
wget --retries=20 --server-response "http://localhost:8000"
wget --tries=20 --server-response "http://localhost:8000"
# RETRIES=0
# while true; do
Expand Down

0 comments on commit 6c865b8

Please sign in to comment.