Skip to content

Bump actions/cache from 1 to 4 (#306) #573

Bump actions/cache from 1 to 4 (#306)

Bump actions/cache from 1 to 4 (#306) #573

Workflow file for this run

name: Test Downstream
on:
push:
branches: "*"
pull_request:
branches: "*"
jobs:
downstream:
runs-on: ubuntu-22.04
timeout-minutes: 15
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Base Setup
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
- 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"