From 134a3878faeabe9595f957d41e6f9294ded10a4c Mon Sep 17 00:00:00 2001 From: resonic-user Date: Tue, 17 Jun 2025 20:12:23 +0000 Subject: [PATCH] e2e --- .github/workflows/cache-verify.yml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/.github/workflows/cache-verify.yml b/.github/workflows/cache-verify.yml index b49d9a534..ab3d1af94 100644 --- a/.github/workflows/cache-verify.yml +++ b/.github/workflows/cache-verify.yml @@ -197,14 +197,12 @@ jobs: echo "Waiting... ($i/30)" sleep 2 done - - # build backend - - name: Build backend - run: cd backend && yarn build - # build webapp - - name: Build webapp - run: cd webapp && yarn build + # build backend and webapp + # - name: Build backend and webapp + # run: | + # cd backend && yarn build && cd .. + # cd webapp && yarn build && cd .. # Cypress tests - name: Full stack tests | run tests