Skip to content

Commit

Permalink
Remove Grafana waiting
Browse files Browse the repository at this point in the history
  • Loading branch information
spinillos committed Aug 5, 2024
1 parent 99ba5af commit 1b35e52
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ jobs:
- /var/run/docker
grabpl:
image: byrnedo/alpine-curl:0.1.8
dockerize:
image: jwilder/dockerize:0.6.1

steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
Expand Down Expand Up @@ -57,9 +55,6 @@ jobs:
- name: yarn-build
run: yarn build

- name: wait-for-grafana
run: dockerize -wait http://grafana:3000 -timeout 120s

- name: yarn-test
run: yarn test-ci
env:
Expand Down

0 comments on commit 1b35e52

Please sign in to comment.