mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Reorder tests
This commit is contained in:
@@ -110,7 +110,7 @@ commands:
|
|||||||
- run:
|
- run:
|
||||||
name: Run bootstrap checks
|
name: Run bootstrap checks
|
||||||
command: |
|
command: |
|
||||||
pip install requests
|
python3 -m pip install requests
|
||||||
py.test integration-tests/test_bootstrap.py
|
py.test integration-tests/test_bootstrap.py
|
||||||
|
|
||||||
|
|
||||||
@@ -170,15 +170,14 @@ jobs:
|
|||||||
|
|
||||||
- build_systemd_image
|
- build_systemd_image
|
||||||
|
|
||||||
|
- bootstrap_checks
|
||||||
|
|
||||||
- basic_tests
|
- basic_tests
|
||||||
|
|
||||||
- admin_tests
|
- admin_tests
|
||||||
|
|
||||||
- plugin_tests
|
- plugin_tests
|
||||||
|
|
||||||
- bootstrap_checks
|
|
||||||
|
|
||||||
|
|
||||||
upgrade-test:
|
upgrade-test:
|
||||||
docker:
|
docker:
|
||||||
- image: docker:18.05.0-ce-git
|
- image: docker:18.05.0-ce-git
|
||||||
|
|||||||
Reference in New Issue
Block a user