Skip to content

Commit

Permalink
PMM-13040: Fix pmm server address
Browse files Browse the repository at this point in the history
  • Loading branch information
peterSirotnak committed Apr 22, 2024
1 parent d4d97d0 commit 8416454
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 @@ -167,8 +167,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 8416454

Please sign in to comment.