From 62e227c767a43578f4487e3dc244f4756e073f5d Mon Sep 17 00:00:00 2001 From: kolaente Date: Wed, 21 Sep 2022 20:42:49 +0200 Subject: [PATCH] fix: explicitly install cypress --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index d697efeea..b2edb22eb 100644 --- a/.drone.yml +++ b/.drone.yml @@ -108,6 +108,7 @@ steps: commands: - sed -i 's/localhost/api/g' dist/index.html - corepack enable && corepack prepare pnpm@7.9.3 --activate && pnpm config set store-dir .cache/pnpm + - pnpm cypress install - pnpm run serve:dist & npx wait-on http://localhost:4173 - pnpm run test:frontend --browser chrome --record depends_on: