Skip to content

Commit

Permalink
PMM-7 cleanup the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ademidoff committed Dec 4, 2023
1 parent cdfd731 commit 8d9ac7e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/managed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,9 @@ jobs:
docker exec -t pmm-server chown -R pmm:pmm /etc/grafana /srv/grafana
docker exec -i pmm-server make run-managed-ci run-agent run-vmproxy
# TODO: remove this debug step
- name: Check the status of services
- name: Check the status of components
run: |
docker exec -t pmm-server supervisorctl status || :
docker exec -t pmm-server cat /srv/logs/grafana.log
docker exec -t pmm-server ls -la /etc/grafana
- name: Run tests
run: docker exec -i pmm-server make -C managed test-cover
Expand Down

0 comments on commit 8d9ac7e

Please sign in to comment.