Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
saikumar-vs committed May 1, 2024
1 parent 2c85286 commit 5cb2d32
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/runner-integration-cli-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,10 @@ jobs:
-e PERCONA_TEST_PLATFORM_ADDRESS=https://check-dev.percona.com:443 \
-e PERCONA_TEST_PLATFORM_PUBLIC_KEY=RWTg+ZmCCjt7O8eWeAmTLAqW+1ozUbpRSKSwNTmO+exlS5KEIPYWuYdX \
--volumes-from pmm-server-data --name pmm-server --restart always ${{ env.PMM_SERVER_IMAGE }}
timeout 240 bash -c 'while [[ "$(curl -s -o /dev/null -w ''%{http_code}'' https://127.0.0.1:443/readyz)" != "200" ]]; do sleep 2; done' || false
- name: Sleep for 30 seconds
run: sleep 30s
shell: bash

- name: 'Setup PMM Client: <${{ env.PMM_CLIENT_VERSION }}>'
working-directory: qa-integration/pmm_qa
Expand Down

0 comments on commit 5cb2d32

Please sign in to comment.