Skip to content

Commit

Permalink
Test downstream jupyter_server_terminals (#1065)
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 authored Nov 11, 2022
1 parent d273e74 commit 44c3742
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,19 @@ jobs:
with:
package_name: jupyterlab
test_command: "python -m jupyterlab.browser_check --no-browser-test"

jupyter_server_terminals:
runs-on: ubuntu-latest
timeout-minutes: 10

steps:
- name: Checkout
uses: actions/checkout@v3

- name: Base Setup
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1

- name: Test jupyter_server_terminals
uses: jupyterlab/maintainer-tools/.github/actions/downstream-test@v1
with:
package_name: jupyter_server_terminals

0 comments on commit 44c3742

Please sign in to comment.