From 87f42dafc168d80ebeaf75c5bfdfffd32d120556 Mon Sep 17 00:00:00 2001 From: resonic-user Date: Tue, 17 Jun 2025 20:18:50 +0000 Subject: [PATCH] e2e build backend before compose --- .github/workflows/cache-verify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cache-verify.yml b/.github/workflows/cache-verify.yml index 61c36d629..57f37136e 100644 --- a/.github/workflows/cache-verify.yml +++ b/.github/workflows/cache-verify.yml @@ -194,7 +194,7 @@ jobs: - name: Build backend and webapp run: | cd backend && yarn build && cd .. - cd webapp && yarn build && cd .. + # cd webapp && yarn build && cd .. # run docker compose - name: Boot system for tests