From a27e94a7e331c467186cc90a3f05b91f2387d7d8 Mon Sep 17 00:00:00 2001 From: resonic-user Date: Tue, 17 Jun 2025 18:58:52 +0000 Subject: [PATCH] v --- .github/workflows/cache-verify.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/cache-verify.yml b/.github/workflows/cache-verify.yml index e82cee0b2..26a821a5e 100644 --- a/.github/workflows/cache-verify.yml +++ b/.github/workflows/cache-verify.yml @@ -195,6 +195,13 @@ jobs: ci-all-cache-${{ runner.os }}- ci-all-cache- + - name: Rehydrate dependencies + run: | + yarn install --frozen-lockfile + cd backend && yarn install --frozen-lockfile && cd .. + cd webapp && yarn install --frozen-lockfile && cd .. + npx cypress verify || echo "⚠️ Cypress not yet verified" + - name: Boot system for tests run: | docker compose -f docker-compose.yml -f docker-compose.test.yml up --detach backend mailserver webapp