Skip to content

Commit

Permalink
PMM-13084 test make dir
Browse files Browse the repository at this point in the history
  • Loading branch information
yurkovychv committed May 1, 2024
1 parent 0f22821 commit 0ce4076
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 @@ -145,6 +145,7 @@ jobs:
- name: Run Setup for E2E Tests
working-directory: qa-integration/pmm_qa
run: |
mkdir -m 777 -p /tmp/backup_data
python3 -m venv virtenv
. virtenv/bin/activate
pip install --upgrade pip
Expand All @@ -164,7 +165,6 @@ jobs:
PMM_UI_URL : "http://192.168.0.1/"
PMM_URL : "http://admin:${{ env.ADMIN_PASSWORD }}@${{ env.SERVER_IP }}"
run: |
mkdir -m 777 -p /tmp/backup_data
sed -i 's+http://localhost/+${PMM_UI_URL}/+g' pr.codecept.js
./node_modules/.bin/codeceptjs run -c pr.codecept.js --grep "${{ env.TAGS_FOR_TESTS }}"
Expand Down

0 comments on commit 0ce4076

Please sign in to comment.