mirror of
https://github.com/iv-org/instances-api.git
synced 2024-10-01 04:35:38 -04:00
curl only once
This commit is contained in:
parent
869aa199a3
commit
824aa7eee9
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…
Reference in New Issue
Block a user