Skip to content

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Mar 10, 2024
1 parent 660185d commit 4ef52b9
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,19 @@ jobs:
'
echo "::endgroup::"
echo "::group::Installing netcat in container"
docker exec --user root $container_id bash -c '
apt update
apt install -y netcat
'
echo "::endgroup::"
echo "::group::Testing vncserver directly to return typical response from within the container"
docker exec $container_id bash -c '
nc -w 1 localhost 5901
'
echo "::endgroup::"
echo "::group::jupyter_server logs"
docker logs $container_id
echo "::endgroup::"
Expand Down

0 comments on commit 4ef52b9

Please sign in to comment.