Skip to content

Commit

Permalink
Add downstream test workflow (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 authored Dec 22, 2021
1 parent b964ee9 commit aba3216
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/downstream.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Test downstream projects

on:
push:
branches: "main"
pull_request:
branches: "*"

jobs:
tests:
runs-on: ubuntu-latest
timeout-minutes: 15

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

- 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
test_command: "python -m jupyterlab.browser_check --no-browser-test"

0 comments on commit aba3216

Please sign in to comment.