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