add prom test

This commit is contained in:
Brian Christner 2019-11-01 00:26:39 +01:00 committed by GitHub
parent 50d276f656
commit 3dd0884a4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -15,4 +15,6 @@ jobs:
- name: chmod compose
run: sudo chmod +x /usr/local/bin/docker-compose
- name: Build the Docker image
run: docker-compose up
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