Skip to content

Commit 2c19f3e

Browse files
committed
PMM-7: server ip as to pmm ui ip
1 parent a3bec44 commit 2c19f3e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/runner-pmm3-ovf-tests.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -146,11 +146,10 @@ jobs:
146146
- name: Execute e2e tests for OVF image
147147
working-directory: ./pmm-ui-tests
148148
env:
149+
PMM_UI_URL: "http://${{ env.SERVER_IP }}/"
149150
PMM_URL: "http://admin:${{ env.ADMIN_PASSWORD }}@${{ env.SERVER_IP }}"
150151
run: |
151-
echo $SERVER_IP
152-
export PMM_UI_URL="http://${SERVER_IP}/"
153-
echo $PMM_UI_URL
152+
echo ${{ env.PMM_UI_URL }}
154153
vboxmanage list runningvms
155154
sed -i 's+http://localhost/+${PMM_UI_URL}/+g' pr.codecept.js
156155
./node_modules/.bin/codeceptjs run -c pr.codecept.js --grep "@dashboards"

0 commit comments

Comments
 (0)