Skip to content

Commit

Permalink
PMM-7 syntax fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadym Yarosh committed Jul 5, 2023
1 parent 6ed4b7e commit bf163df
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/pmm-ui-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ jobs:
timeout 100 bash -c 'while [[ "$(curl -s -o /dev/null -w ''%{http_code}'' localhost/ping)" != "200" ]]; do sleep 5; done' || false
- name: 'Setup <PMM Client: ${{ inputs.pmm_client_version }}> and Services'
- name: Setup Client for PMM-Server
run: |
sudo bash ./pmm-qa/pmm-tests/pmm2-client-setup.sh --pmm_server_ip 127.0.0.1 --client_version ${{ env.PMM_CLIENT_VERSION }} --admin_password admin --use_metrics_mode no
sudo npx ts-node ./pmm-qa/pmm-integration/integration-setup.ts --ci \
Expand Down

0 comments on commit bf163df

Please sign in to comment.