From 9aba2b182273a5c5caee3d4b7431dc310a76c4cb Mon Sep 17 00:00:00 2001 From: kolaente Date: Wed, 9 Apr 2025 09:01:48 +0200 Subject: [PATCH] revert: "feat: remove cypress install" This reverts commit 2aeff579fb1b9b8e8da419af0cc67cdfb86c790d. --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3d9aff9b5..f16abd878 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -264,6 +264,7 @@ jobs: - name: Build frontend for test run: | cd frontend + pnpm cypress install pnpm build:test - name: Run api env: