Skip to content

Commit

Permalink
add browser check
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Aug 17, 2023
1 parent 49662eb commit 63cae97
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ jobs:
runs-on: macos-latest
timeout-minutes: 15
steps:
- name: Install Python
- name: Install Python with Homebrew
run: |
brew install python
- uses: actions/download-artifact@v3
Expand All @@ -194,6 +194,9 @@ jobs:
jupyter server extension list 2>&1 | grep -ie "notebook.*enabled" -
jupyter notebook --version
jupyter notebook --help
- name: Browser check
run: |
python -m jupyterlab.browser_check --BrowserApp.default_url='/tree'
check_links:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 63cae97

Please sign in to comment.