From 2309749d15bdcceb3879e945e206bd952f6c0a5d Mon Sep 17 00:00:00 2001 From: Luka Trovic Date: Tue, 10 May 2022 12:13:53 +0100 Subject: [PATCH] fix: solve cypress tests issues Signed-off-by: Luka Trovic --- .github/workflows/cypress.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 1b4f55a5d..50d1c1230 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -79,6 +79,8 @@ jobs: composer install cd apps/deck composer install + npm install + npm run build cd ../../ curl -v http://localhost:8081/index.php/login cat data/nextcloud.log