mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
ci: end script lines without trailing backslash
This commit is contained in:
4
.github/workflows/integration-test.yaml
vendored
4
.github/workflows/integration-test.yaml
vendored
@@ -37,11 +37,11 @@ jobs:
|
||||
.github/integration-test.py run-test \
|
||||
--installer-args "--admin admin:admin" \
|
||||
--bootstrap-pip-spec "$BOOTSTRAP_PIP_SPEC" \
|
||||
basic-tests test_admin_installer.py \
|
||||
basic-tests test_admin_installer.py
|
||||
|
||||
- name: Run plugin tests
|
||||
run: |
|
||||
.github/integration-test.py run-test \
|
||||
--bootstrap-pip-spec "$BOOTSTRAP_PIP_SPEC" \
|
||||
--installer-args "--plugin /srv/src/integration-tests/plugins/simplest" \
|
||||
plugins test_simplest_plugin.py \
|
||||
plugins test_simplest_plugin.py
|
||||
|
||||
Reference in New Issue
Block a user