added curl fix

This commit is contained in:
Brian Christner 2022-06-21 23:16:00 +02:00
parent 79cb914f6d
commit 4e2d54fdee
1 changed files with 1 additions and 1 deletions

View File

@ -17,4 +17,4 @@ jobs:
- name: Build the Docker image
run: docker-compose up -d
- name: test prom
run: while ! curl --retry 10 --retry-delay 5 -v http://0.0.0.0:9090 >/dev/null; do sleep 1; done
run: while ! curl --retry 10 --retry-delay 5 -v 0.0.0.0:9090 >/dev/null; do sleep 1; done