Skip to content

Commit 6f68fc4

Browse files
authored
Merge pull request #769 from blink1073/reinstate-nb-tests
2 parents c1695ee + 99c9ae2 commit 6f68fc4

1 file changed

Lines changed: 11 additions & 10 deletions

File tree

.github/workflows/downstream.yml

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,14 @@ jobs:
5151
- uses: jupyterlab/maintainer-tools/.github/actions/downstream-test@v1
5252
with:
5353
package_name: ipywidgets
54-
# TODO: reinstate when notebook 7 is released.
55-
# notebook:
56-
# runs-on: ubuntu-latest
57-
# timeout-minutes: 10
58-
# steps:
59-
# - uses: actions/checkout@v2
60-
# - uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
61-
# - uses: jupyterlab/maintainer-tools/.github/actions/downstream-test@v1
62-
# with:
63-
# package_name: notebook
54+
55+
notebook:
56+
runs-on: ubuntu-latest
57+
timeout-minutes: 10
58+
steps:
59+
- uses: actions/checkout@v2
60+
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
61+
- uses: jupyterlab/maintainer-tools/.github/actions/downstream-test@v1
62+
with:
63+
package_name: notebook
64+
test_command: pytest -vv --ignore-glob=notebook/tests/selenium/* --ignore-glob=notebook/nbconvert/tests/* --ignore-glob=notebook/services/nbconvert/tests/*

0 commit comments

Comments
 (0)