Skip to content

Port-forwarding test #2

Port-forwarding test

Port-forwarding test #2

Workflow file for this run

name: VNC port-forwarding test
on:
push:
jobs:
cirruslabs-cache:
name: "${{ matrix.runs_on.name }}"
strategy:
matrix:
runs_on:
- name: cirrus-macos-arm64
image: "ghcr.io/cirruslabs/macos-sonoma-xcode:latest"
runs-on: ${{ matrix.runs_on.image }}
steps:
- name: Configure VNC port-forwarding
run: |
brew install ngrok
NGROK_AUTHTOKEN="${{ secrets.NGROK_AUTHTOKEN }}" ngrok tcp 5900 &
- name: Wait 1 hour
run: sleep 3600