This commit is contained in:
Jackson Delahunt 2023-08-27 19:31:04 +10:00
parent 21429cfa26
commit 481d2ceceb

View file

@ -30,7 +30,7 @@ jobs:
ngrok_auth_token: ${{ secrets.NGROK_AUTH_TOKEN }} ngrok_auth_token: ${{ secrets.NGROK_AUTH_TOKEN }}
- name: Get URL - name: Get URL
run: echo "Desktop Environment URL: $(curl -s localhost:4040/api/tunnels | jq -r .tunnels[0].public_url)" run: echo "Desktop Environment URL $(curl -s localhost:4040/api/tunnels | jq -r .tunnels[0].public_url)"
- name: Run for 20 mins - name: Run for 20 mins
run: sleep 1200 run: sleep 1200