mirror of
https://github.com/iv-org/instances-api.git
synced 2024-06-28 05:45:33 +02:00
curl only once
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user