Skip to content

Commit

Permalink
PMM-7 Update PMM_PS.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
puneet0191 authored Aug 7, 2023
1 parent 3b3b854 commit 32028cf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/PMM_PS.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ jobs:
- name: Install PMM Client
run: sudo apt update -y && sudo apt-get upgrade -y && sudo apt-get install -y pmm2-client

- name: Configure PMM Client
run: sudo pmm-admin config '--server-url=https://admin:admin@localhost:443' --force --log-level=debug --server-insecure-tls

- name: test-pmm-ps
run: |
chmod +x start-pmm-ps.sh && ./start-pmm-ps.sh
Expand Down

0 comments on commit 32028cf

Please sign in to comment.