Skip to content

Commit

Permalink
docker ci
Browse files Browse the repository at this point in the history
  • Loading branch information
salamonpavel committed Feb 13, 2024
1 parent 6318154 commit be48412
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
--health-retries 5
ports:
- 5432:5432
network: network_name

steps:
- uses: actions/checkout@v2
Expand All @@ -60,8 +61,8 @@ jobs:
- name: Run the Docker image and execute HTTP call
run: |
docker run -d -p 8080:8080 absaoss/atum-service:latest
docker run -d -p 8080:8080 --network network_name absaoss/atum-service:latest
docker container ls
sleep 10
sleep 10
docker logs $(docker ps -lq)
curl -Lf http://127.0.0.1:8080/docs

0 comments on commit be48412

Please sign in to comment.