Skip to content

Commit

Permalink
try fix CI #19. Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Anvill1 committed Jan 9, 2025
1 parent 761fd1c commit a8675a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
sed -i -e "s/ACCOUNT_NAME/$ACCOUNT_NAME/" -e "s/IMAGE_NAME/$IMAGE_NAME/g" -e "s/IMAGE_VERSION/$IMAGE_VERSION/" ./docker-compose.yml
sudo apt-get install -y postgresql-client netcat-traditional
docker compose up -d
docker exec soloanvill_backend-soloanvill-backend-1 env
docker exec soloanvill_backend-soloanvill-backend-1 ping db -c 1
- name: Check application status
run: |
Expand Down

0 comments on commit a8675a1

Please sign in to comment.