Skip to content

Commit

Permalink
ci: Update Podman workflow to check logs using podman-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
drikusroor committed Feb 2, 2024
1 parent a18296a commit b186d95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/podman.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ jobs:
run: podman-compose -f docker-compose-deploy.yml up -d --force-recreate
- name: Check Podman images
run: podman-compose -f docker-compose-deploy.yml ps
- name: Check logs of the server service container (muscle_server_1) after waiting for 5 seconds
run: sleep 5 && podman logs muscle_server_1
- name: Check logs
run: podman-compose -f docker-compose-deploy.yml logs

0 comments on commit b186d95

Please sign in to comment.