From 918b60625c9f120ea2ab8d9029a7522dc2e156c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Krassowski?= <5832902+krassowski@users.noreply.github.com> Date: Mon, 6 May 2024 15:35:04 +0100 Subject: [PATCH] Try to set env variable (#7) --- ui-tests/.yarnrc.yml | 1 - ui-tests/package.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 ui-tests/.yarnrc.yml diff --git a/ui-tests/.yarnrc.yml b/ui-tests/.yarnrc.yml deleted file mode 100644 index 5459921..0000000 --- a/ui-tests/.yarnrc.yml +++ /dev/null @@ -1 +0,0 @@ -enableImmutableInstalls: false diff --git a/ui-tests/package.json b/ui-tests/package.json index e8264e8..58daae7 100644 --- a/ui-tests/package.json +++ b/ui-tests/package.json @@ -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",