We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3bec44 commit 2c19f3eCopy full SHA for 2c19f3e
.github/workflows/runner-pmm3-ovf-tests.yml
@@ -146,11 +146,10 @@ jobs:
146
- name: Execute e2e tests for OVF image
147
working-directory: ./pmm-ui-tests
148
env:
149
+ PMM_UI_URL: "http://${{ env.SERVER_IP }}/"
150
PMM_URL: "http://admin:${{ env.ADMIN_PASSWORD }}@${{ env.SERVER_IP }}"
151
run: |
- echo $SERVER_IP
152
- export PMM_UI_URL="http://${SERVER_IP}/"
153
- echo $PMM_UI_URL
+ echo ${{ env.PMM_UI_URL }}
154
vboxmanage list runningvms
155
sed -i 's+http://localhost/+${PMM_UI_URL}/+g' pr.codecept.js
156
./node_modules/.bin/codeceptjs run -c pr.codecept.js --grep "@dashboards"
0 commit comments