Skip to content

Merge pull request #388 from jupyter/dependabot/github_actions/action… #865

Merge pull request #388 from jupyter/dependabot/github_actions/action…

Merge pull request #388 from jupyter/dependabot/github_actions/action… #865

Workflow file for this run

name: Test Downstream
on:
push:
branches: "*"
pull_request:
branches: "*"
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
downstream:
runs-on: ubuntu-22.04
timeout-minutes: 15
steps:
- name: Checkout
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
- name: Base Setup
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@7a3e70473eff6cce4988f449decedc61d1304379 # v1
- name: Test jupyterlab
uses: jupyterlab/maintainer-tools/.github/actions/downstream-test@7a3e70473eff6cce4988f449decedc61d1304379 # v1
with:
package_name: jupyterlab
package_spec: "\".[test]\""
test_command: "python -m jupyterlab.browser_check --no-browser-test"