mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Provide better error message when running on unsupported distro
This commit is contained in:
@@ -57,7 +57,7 @@ jobs:
|
||||
- run:
|
||||
name: setup python3
|
||||
command: |
|
||||
apk add --no-cache python3
|
||||
apk add --no-cache python3 pytest
|
||||
|
||||
- checkout
|
||||
- setup_remote_docker
|
||||
@@ -79,6 +79,12 @@ jobs:
|
||||
--installer-args "--plugin /srv/src/integration-tests/plugins/simplest" \
|
||||
plugins test_simplest_plugin.py
|
||||
|
||||
- run:
|
||||
name: Run distro check test
|
||||
command: |
|
||||
py.test integration-tests/test_distro.py
|
||||
|
||||
|
||||
|
||||
documentation:
|
||||
docker:
|
||||
|
||||
Reference in New Issue
Block a user