Skip to content

Commit

Permalink
add vnc for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
kshann committed Feb 22, 2024
1 parent eee4ea1 commit c9929db
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/sync_end_to_end.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ jobs:
| xcbeautify --report junit --report-path . --junit-report-filename ui-tests.xml \
- name: Setup vnc
if: always()
env:
NGROK_AUTH_TOKEN: ${{ secrets.NGROK_TOKEN }}
VNC_USER_PASSWORD: ${{ secrets.VNC_USER_PASSWORD }}
Expand Down Expand Up @@ -114,9 +115,11 @@ jobs:
ngrok tcp 5900 &
- name: NGROK URL
if: always()
run: curl --silent http://127.0.0.1:4040/api/tunnels | jq '.tunnels[0].public_url'

- name: Setup tmate session
if: always()
uses: mxschmitt/action-tmate@v3

# - name: Create Asana task when workflow failed
Expand Down

0 comments on commit c9929db

Please sign in to comment.