Skip to content

Commit 3cd348a

Browse files
committed
add browser check
1 parent 65d788e commit 3cd348a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ jobs:
172172
runs-on: macos-latest
173173
timeout-minutes: 15
174174
steps:
175-
- name: Install Python
175+
- name: Install Python with Homebrew
176176
run: |
177177
brew install python
178178
- uses: actions/download-artifact@v3
@@ -198,6 +198,9 @@ jobs:
198198
jupyter server extension list 2>&1 | grep -ie "notebook.*enabled" -
199199
jupyter notebook --version
200200
jupyter notebook --help
201+
- name: Browser check
202+
run: |
203+
python -m jupyterlab.browser_check --BrowserApp.default_url='/tree'
201204
202205
check_links:
203206
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)