Skip to content

Commit 80cbb47

Browse files
authored
Try to fix the CI (#232)
1 parent b8a7f6d commit 80cbb47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui-tests/inject-test-config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
set -eux
22
# Overwrite some settings to disable cursor blinking,
33
# which causes inadvertent playwright snapshot failures
4-
cat jupyter-lite.json | jq '.["jupyter-config-data"].["settingsOverrides"] += {"@jupyterlab/codemirror-extension:plugin":{ "defaultConfig": { "cursorBlinkRate": 0 } } }' > jupyter-lite.json.tmp
4+
cat jupyter-lite.json | jq '.["jupyter-config-data"].["settingsOverrides"] += {"@jupyterlab/codemirror-extension:plugin":{ "defaultConfig": { "cursorBlinkRate": 0, "lineNumbers": false } } }' > jupyter-lite.json.tmp
55
mv jupyter-lite.json.tmp jupyter-lite.json

0 commit comments

Comments
 (0)