mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
ci: use separate steps for pytest install and run
This commit is contained in:
5
.github/workflows/integration-test.yaml
vendored
5
.github/workflows/integration-test.yaml
vendored
@@ -97,9 +97,12 @@ jobs:
|
||||
run: |
|
||||
.github/integration-test.py build-image --build-arg ubuntu_version=${{ matrix.ubuntu_version }}
|
||||
|
||||
- name: Run bootstrap checks
|
||||
- name: Install pytest
|
||||
run: |
|
||||
python3 -m pip install pytest
|
||||
|
||||
- name: Run bootstrap tests
|
||||
run: |
|
||||
pytest --verbose --maxfail=2 --color=yes --capture=no integration-tests/test_bootstrap.py
|
||||
|
||||
- name: Run basic tests
|
||||
|
||||
Reference in New Issue
Block a user