From 710352bc225013a760d44f5c3c59c8fa023b78ff Mon Sep 17 00:00:00 2001 From: resonic-user Date: Tue, 17 Jun 2025 19:08:59 +0000 Subject: [PATCH] v --- .github/workflows/cache-verify.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/cache-verify.yml b/.github/workflows/cache-verify.yml index 26a821a5e..849170692 100644 --- a/.github/workflows/cache-verify.yml +++ b/.github/workflows/cache-verify.yml @@ -214,6 +214,10 @@ jobs: sleep 2 done + # build backend + - name: Build backend + run: cd backend && yarn build + # Cypress tests - name: Full stack tests | run tests id: e2e-tests