mirror of
https://github.com/iv-org/instances-api.git
synced 2025-05-09 10:05:27 -04:00
curl only once
This commit is contained in:
parent
869aa199a3
commit
824aa7eee9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -52,4 +52,4 @@ jobs:
|
|||
run: docker-compose up -d
|
||||
|
||||
- name: Test Docker
|
||||
run: while curl -Isf http://localhost:3000; do sleep 1; done
|
||||
run: curl -Isf http://localhost:3000
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue