From 82463a0f2d91e00f97b2acaaa450a49a22c7f172 Mon Sep 17 00:00:00 2001 From: resonic-user Date: Tue, 17 Jun 2025 20:23:52 +0000 Subject: [PATCH] e2e --- .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 2159f927f..a7e9f0b03 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