Skip to content

Commit

Permalink
added test debug
Browse files Browse the repository at this point in the history
  • Loading branch information
vegasbrianc committed Jun 21, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 4e2d54f commit 06f9dcb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/prom-test.yml
Original file line number Diff line number Diff line change
@@ -16,5 +16,11 @@ jobs:
run: sudo chmod +x /usr/local/bin/docker-compose
- name: Build the Docker image
run: docker-compose up -d
- name: test docker ps
run: docker ps
- name: test docker ps 2
- name: test docker ps 3
run: docker ps
- name: test prom
run: while ! curl --retry 10 --retry-delay 5 -v 0.0.0.0:9090 >/dev/null; do sleep 1; done

0 comments on commit 06f9dcb

Please sign in to comment.