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 13, 2024
1 parent 20ebfdf commit da5caf9
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/docker_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,17 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: List things
run: |
find .
ls
- name: start docker
working-directory: ./docker_run
run: |
docker compose create
docker compose up -d
- name: Check the image works fine
run: |
wget -O test.prom http://localhost:8080/PrometheusDbExporter/metrics
cat test.prom
- name: stop docker
working-directory: ./docker_run
run: |
docker compose down

0 comments on commit da5caf9

Please sign in to comment.