Skip to content

Commit

Permalink
Try to set env variable (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski authored May 6, 2024
1 parent 06b8c25 commit 918b606
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion ui-tests/.yarnrc.yml

This file was deleted.

2 changes: 1 addition & 1 deletion ui-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"start": "jupyter lab --config jupyter_server_test_config.py",
"test": "jlpm playwright test",
"test:update": "jlpm playwright test --update-snapshots"
"test:update": "YARN_ENABLE_IMMUTABLE_INSTALLS=false jlpm playwright test --update-snapshots"
},
"devDependencies": {
"@jupyterlab/galata": "^5.0.5",
Expand Down

0 comments on commit 918b606

Please sign in to comment.