mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Add explicit 'workflows' to CircleCI config
This allows the jobs to actually run in parallel
This commit is contained in:
@@ -63,3 +63,11 @@ jobs:
|
|||||||
name: check jupyterhub is up
|
name: check jupyterhub is up
|
||||||
command: |
|
command: |
|
||||||
python3 .circleci/integration-test.py run 'curl -L --fail http://127.0.0.1'
|
python3 .circleci/integration-test.py run 'curl -L --fail http://127.0.0.1'
|
||||||
|
|
||||||
|
|
||||||
|
workflows:
|
||||||
|
version: 2
|
||||||
|
build_and_test:
|
||||||
|
jobs:
|
||||||
|
- unit-test
|
||||||
|
- integration-test
|
||||||
|
|||||||
Reference in New Issue
Block a user