From 5a01334ae3107f7e18dfe4cc6d5f4744d68d3d2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Sat, 7 Mar 2026 14:45:48 +0000 Subject: [PATCH] fix(ci): split updates --- ui/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ui/Makefile b/ui/Makefile index 6150ac622..37c94d523 100644 --- a/ui/Makefile +++ b/ui/Makefile @@ -40,6 +40,10 @@ e2e: $(NODE_PATH)/vite $(NODE_PATH)/playwright .PHONY: update-snapshots update-snapshots: $(NODE_PATH)/vite $(NODE_PATH)/jest CI=true npm test -- -u + +.PHONY: update-e2e +update-e2e: + npx playwright install npx playwright test --update-snapshots .PHONY: lint-js