Skip to content

Commit

Permalink
Update docker_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ademarcqrtsl authored Nov 14, 2024
1 parent a12f928 commit aca25c9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@ jobs:
run: |
docker compose create
docker compose up -d
echo "waiting for docker system to start"
sleep 10
echo "waiting for docker system to start"
docker compose stop prometheusdbexporter
docker compose start
echo "Docker system presumably started ..."
- name: Check the image works fine
run: |
Expand Down

0 comments on commit aca25c9

Please sign in to comment.