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