Skip to content

Commit

Permalink
PMM-7 attach logs
Browse files Browse the repository at this point in the history
  • Loading branch information
yurkovychv committed Jan 21, 2025
1 parent 72b17f7 commit af14525
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/runner-e2e-tests-codeceptjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,8 @@ jobs:
- name: Execute e2e tests with tags ${{ env.TAGS_FOR_TESTS }}
working-directory: pmm-ui-tests
env:
SERVER_IP : "192.168.0.1"
PMM_UI_URL : "http://192.168.0.1/"
SERVER_IP : "127.0.0.1"
PMM_UI_URL : "http://127.0.0.1/"
PMM_URL : "http://admin:${{ env.ADMIN_PASSWORD }}@${{ env.SERVER_IP }}"
run: |
sed -i 's+http://localhost/+${PMM_UI_URL}/+g' pr.codecept.js
Expand Down

0 comments on commit af14525

Please sign in to comment.