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 41
Browse files Browse the repository at this point in the history
  • Loading branch information
lholota committed May 22, 2023
1 parent d69b09b commit 959da92
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/run-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,8 @@ jobs:
SE_VNC_PASSWORD: "${{ needs.e2e-preparations.outputs.vnc-password }}"
options: --shm-size=2g --dns=${{ needs.e2e-preparations.outputs.dns1 }} --dns=${{ needs.e2e-preparations.outputs.dns2 }}
steps:
- name: Dummy
run: "echo ${{ needs.e2e-preparations.outputs.vnc-password }}"

- name: Print debug link
run: echo "http://$HOST_IP:${{ job.services.webdriver-chrome.ports[7900] }}/a=${{ needs.e2e-preparations.outputs.vnc-password }}"
run: QUERY_PARAM="password" echo "http://$HOST_IP:${{ job.services.webdriver-chrome.ports[7900] }}/$QUERY_PARAM=${{ needs.e2e-preparations.outputs.vnc-password }}"

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

0 comments on commit 959da92

Please sign in to comment.