We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d273e74 commit 44c3742Copy full SHA for 44c3742
.github/workflows/downstream.yml
@@ -84,3 +84,19 @@ jobs:
84
with:
85
package_name: jupyterlab
86
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