Skip to content

Commit

Permalink
PMM-13084 skip client setup on host
Browse files Browse the repository at this point in the history
  • Loading branch information
yurkovychv committed Apr 26, 2024
1 parent 399985f commit d2e197b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/runner-e2e-tests-codeceptjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ jobs:
. virtenv/bin/activate
pip install --upgrade pip
pip install -r requirements.txt
sudo python pmm-framework.py --pmm-server-password=${{ env.ADMIN_PASSWORD }} ${{ env.WIZARD_ARGS }}
python pmm-framework.py --pmm-server-password=${{ env.ADMIN_PASSWORD }} ${{ env.WIZARD_ARGS }}
- name: Setup npm modules for e2e tests
working-directory: pmm-ui-tests
Expand Down

0 comments on commit d2e197b

Please sign in to comment.