From ea65ecb118e98041f2e124651648a5bfa7e2fdb7 Mon Sep 17 00:00:00 2001 From: resonic-user Date: Tue, 17 Jun 2025 19:35:05 +0000 Subject: [PATCH] v --- .github/workflows/cache-verify.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cache-verify.yml b/.github/workflows/cache-verify.yml index f4c488190..a6454bb7b 100644 --- a/.github/workflows/cache-verify.yml +++ b/.github/workflows/cache-verify.yml @@ -208,9 +208,14 @@ jobs: echo "Waiting... ($i/30)" sleep 2 done - # build backend + # build backend & webapp - name: Build backend run: cd backend && yarn build + - name: Build webapp + run: | + cd webapp + yarn build + cd .. # Cypress tests - name: Full stack tests | run tests