Skip to content

Commit 3a19bc5

Browse files
authored
Merge pull request #5 from mwakaba2/fix-github-workflow
Skip chrome check test
2 parents fd31529 + ab3b185 commit 3a19bc5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,4 @@ jobs:
4646
jlpm run eslint:check
4747
python -m pip install .
4848
jupyter labextension list 2>&1 | grep -ie "jupyterlab-notifications.*OK"
49+
python -m jupyterlab.browser_check --no-chrome-test

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ const extension: JupyterFrontEndPlugin<void> = {
5151
optional: [ISettingRegistry],
5252
activate: async (app: JupyterFrontEnd, settingRegistry: ISettingRegistry) => {
5353
checkBrowserNotificationSettings();
54-
let enabled = false;
54+
let enabled = true;
5555
let minimumCellExecutionTime = 60;
5656
let reportCellExecutionTime = true;
5757
let reportCellNumber = true;

0 commit comments

Comments
 (0)