Skip to content

Commit

Permalink
add info about vncserver tested
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Mar 29, 2024
1 parent c6dd583 commit e4e4d4f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
# to this, we fallback to use the errorcode of vncsrever -list.
docker run test bash -c "vncserver -help || vncserver -list > /dev/null"
- name: Test vncserver
- name: Test vncserver (${{ matrix.vncserver }})
if: always()
run: |
container_id=$(docker run -d -it -p 5901:5901 test vncserver -xstartup /opt/install/jupyter_remote_desktop_proxy/share/xstartup -verbose -fg -geometry 1680x1050 -SecurityTypes None -rfbport 5901)
Expand All @@ -74,7 +74,7 @@ jobs:
exit 1
fi
- name: Test websockify'ed vncserver
- name: Test websockify'ed vncserver ((${{ matrix.vncserver }}))
if: always()
run: |
container_id=$(docker run -d -it -p 5901:5901 test websockify --verbose --log-file=/tmp/websockify.log --heartbeat=30 5901 -- vncserver -xstartup /opt/install/jupyter_remote_desktop_proxy/share/xstartup -verbose -fg -geometry 1680x1050 -SecurityTypes None -rfbport 5901)
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
-O /usr/local/bin/websocat
chmod +x /usr/local/bin/websocat
- name: Test project's proxy to websockify'ed vncserver
- name: Test project's proxy to websockify'ed vncserver (${{ matrix.vncserver }})
if: always()
run: |
container_id=$(docker run -d -it -p 8888:8888 -e JUPYTER_TOKEN=secret test)
Expand Down

0 comments on commit e4e4d4f

Please sign in to comment.