Skip to content

Commit

Permalink
remove test debug
Browse files Browse the repository at this point in the history
  • Loading branch information
vegasbrianc committed Jun 21, 2022
1 parent a471a24 commit ae31b47
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/prom-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,6 @@ 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
run: docker ps
- 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 ae31b47

Please sign in to comment.