Skip to content

Commit 44c3742

Browse files
authored
Test downstream jupyter_server_terminals (#1065)
1 parent d273e74 commit 44c3742

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/downstream.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,3 +84,19 @@ jobs:
8484
with:
8585
package_name: jupyterlab
8686
test_command: "python -m jupyterlab.browser_check --no-browser-test"
87+
88+
jupyter_server_terminals:
89+
runs-on: ubuntu-latest
90+
timeout-minutes: 10
91+
92+
steps:
93+
- name: Checkout
94+
uses: actions/checkout@v3
95+
96+
- name: Base Setup
97+
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
98+
99+
- name: Test jupyter_server_terminals
100+
uses: jupyterlab/maintainer-tools/.github/actions/downstream-test@v1
101+
with:
102+
package_name: jupyter_server_terminals

0 commit comments

Comments
 (0)