Skip to content

Commit

Permalink
PMM-7 debug: output grafana logs
Browse files Browse the repository at this point in the history
  • Loading branch information
ademidoff committed Dec 4, 2023
1 parent e8b4e0b commit 17cb6bc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/managed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,9 @@ jobs:

# TODO: remove this debug step
- name: Check the status of services
run: docker exec -i pmm-server supervisorctl status
run: |
docker exec -t pmm-server supervisorctl status
docker exec -t pmm-server cat /srv/logs/grafana.log
- name: Run tests
run: docker exec -i pmm-server make -C managed test-cover
Expand Down

0 comments on commit 17cb6bc

Please sign in to comment.