curl only once

This commit is contained in:
Perflyst 2021-01-07 13:44:15 +01:00
parent 869aa199a3
commit 824aa7eee9
No known key found for this signature in database
GPG Key ID: B0D9C8E56E999F68

View File

@ -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