Skip to content

Commit

Permalink
Clean up downstream tests (#741)
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Mar 16, 2022
1 parent d8826a9 commit 7f2863f
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/downstream.yml
Expand Up @@ -16,23 +16,20 @@ jobs:
- name: Base Setup
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1

# - name: Test nbclassic
# uses: jupyterlab/maintainer-tools/.github/actions/downstream-test@v1
# with:
# package_name: nbclassic
# test_command: pytest --pyargs nbclassic
- name: Test nbclassic
uses: jupyterlab/maintainer-tools/.github/actions/downstream-test@v1
with:
package_name: nbclassic

- name: Test jupyterlab_server
uses: jupyterlab/maintainer-tools/.github/actions/downstream-test@v1
with:
package_name: jupyterlab_server
test_command: pytest --pyargs jupyterlab_server

- name: Test jupyterlab
uses: jupyterlab/maintainer-tools/.github/actions/downstream-test@v1
with:
package_name: jupyterlab
package_spec: '".[test]"'
test_command: "python -m jupyterlab.browser_check --no-browser-test"

- name: Test run nbclassic
Expand Down

0 comments on commit 7f2863f

Please sign in to comment.