Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.

Commit

Permalink
Testing reusable flow 42
Browse files Browse the repository at this point in the history
  • Loading branch information
lholota committed May 22, 2023
1 parent 959da92 commit f3dd0ac
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/run-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ jobs:
options: --shm-size=2g --dns=${{ needs.e2e-preparations.outputs.dns1 }} --dns=${{ needs.e2e-preparations.outputs.dns2 }}
steps:
- name: Print debug link
run: QUERY_PARAM="password" echo "http://$HOST_IP:${{ job.services.webdriver-chrome.ports[7900] }}/$QUERY_PARAM=${{ needs.e2e-preparations.outputs.vnc-password }}"
run: echo "http://$HOST_IP:${{ job.services.webdriver-chrome.ports[7900] }}/$QUERY_PARAM=${{ needs.e2e-preparations.outputs.vnc-password }}"
env:
QUERY_PARAM: password

- name: Check out e2e repository
uses: actions/checkout@v3.5.2
Expand Down

0 comments on commit f3dd0ac

Please sign in to comment.