Skip to content

Commit

Permalink
added curl fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vegasbrianc committed Jun 21, 2022
1 parent 79cb914 commit 4e2d54f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prom-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4e2d54f

Please sign in to comment.