mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
test refactor: combine admin and plugin tests
This commit is contained in:
20
.github/workflows/integration-test.yaml
vendored
20
.github/workflows/integration-test.yaml
vendored
@@ -101,24 +101,14 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
.github/integration-test.py show-logs basic-tests
|
.github/integration-test.py show-logs basic-tests
|
||||||
|
|
||||||
- name: pytest integration-tests/test_admin_installer.py
|
- name: pytest integration-tests/test_simplest_plugin.py integration-tests/test_admin_installer.py
|
||||||
run: |
|
run: |
|
||||||
.github/integration-test.py run-test admin-tests \
|
.github/integration-test.py run-test admin-plugin-tests \
|
||||||
--installer-args "--admin admin:admin" \
|
--installer-args "--admin admin:admin --plugin /srv/src/integration-tests/plugins/simplest" \
|
||||||
${{ matrix.extra_flags }} \
|
|
||||||
test_admin_installer.py
|
|
||||||
timeout-minutes: 5
|
|
||||||
- name: show logs
|
|
||||||
run: |
|
|
||||||
.github/integration-test.py show-logs admin-tests
|
|
||||||
|
|
||||||
- name: pytest integration-tests/test_simplest_plugin.py
|
|
||||||
run: |
|
|
||||||
.github/integration-test.py run-test plugin-tests \
|
|
||||||
--installer-args "--plugin /srv/src/integration-tests/plugins/simplest" \
|
|
||||||
${{ matrix.extra_flags }} \
|
${{ matrix.extra_flags }} \
|
||||||
|
test_admin_installer.py \
|
||||||
test_simplest_plugin.py
|
test_simplest_plugin.py
|
||||||
timeout-minutes: 5
|
timeout-minutes: 5
|
||||||
- name: show logs
|
- name: show logs
|
||||||
run: |
|
run: |
|
||||||
.github/integration-test.py show-logs plugin-tests
|
.github/integration-test.py show-logs admin-plugin-tests
|
||||||
|
|||||||
Reference in New Issue
Block a user