Skip to content

Commit

Permalink
Merge pull request #76 from Zsailer/browser-tests
Browse files Browse the repository at this point in the history
Run JupyterLab browser tests as downstream tests
  • Loading branch information
Zsailer authored Oct 25, 2021
2 parents 33d437e + 2742ff4 commit 047f4e8
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,18 @@ jobs:
with:
python-version: 3.8

- name: Set up Node
uses: actions/setup-node@v1
with:
node-version: "12.x"

- name: Install dependencies
run: |
pip install --upgrade pip
pip install "."
pip install --pre --upgrade jupyterlab[test]
pip freeze
- name: Run tests
run: |
python -m jupyterlab.browser_check --no-browser-test
python -m jupyterlab.browser_check

0 comments on commit 047f4e8

Please sign in to comment.