Skip to content

Commit

Permalink
Updates fix client install issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
saikumar-vs committed Feb 17, 2025
1 parent 762d3e9 commit 27e758f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/runner-e2e-tests-codeceptjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,12 @@ jobs:
- name: Setup PMM Server
working-directory: pmm-ui-tests
run: |
docker network create pmm-qa || true
PWD=$(pwd) PMM_SERVER_IMAGE=${{ env.DOCKER_VERSION }} docker compose up -d
sleep 60
docker exec pmm-server change-admin-password ${{ env.ADMIN_PASSWORD }}
bash -x testdata/db_setup.sh
docker network connect pmm-qa pmm-server
- name: Export path to qa-integration repo
working-directory: qa-integration
Expand Down

0 comments on commit 27e758f

Please sign in to comment.