mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
[CI] Check JupyterHub is up after installation
This commit is contained in:
@@ -71,7 +71,12 @@ jobs:
|
||||
--name=tljh-systemd-ci \
|
||||
tljh-systemd
|
||||
- run:
|
||||
name: run installer
|
||||
name: run tljh installer
|
||||
command: |
|
||||
docker cp . tljh-systemd-ci:/srv/src
|
||||
docker exec -it tljh-systemd-ci bash /srv/src/installer/install.bash
|
||||
|
||||
- run:
|
||||
name: check jupyterhub is up
|
||||
command: |
|
||||
docker exec -it tljh-systemd-ci curl -L --fail http://localhost
|
||||
|
||||
Reference in New Issue
Block a user