From 6a52dbe7fc15db94ee78b5856fda7a6092772112 Mon Sep 17 00:00:00 2001 From: silverwind Date: Wed, 21 Feb 2024 20:55:11 +0100 Subject: [PATCH 1/2] Don't install playwright twice --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 925fdcb946b69..7fa819380073b 100644 --- a/Makefile +++ b/Makefile @@ -602,8 +602,7 @@ test-mssql\#%: integrations.mssql.test generate-ini-mssql test-mssql-migration: migrations.mssql.test migrations.individual.mssql.test .PHONY: playwright -playwright: $(PLAYWRIGHT_DIR) - npm install --no-save @playwright/test +playwright: deps-frontend npx playwright install $(PLAYWRIGHT_FLAGS) .PHONY: test-e2e% From b8ae634a33d4f7e39c5e1deb5495a21cee7a99e0 Mon Sep 17 00:00:00 2001 From: silverwind Date: Wed, 21 Feb 2024 21:56:23 +0100 Subject: [PATCH 2/2] restart ci