diff --git a/.github/workflows/cache-verify.yml b/.github/workflows/cache-verify.yml index 135cebe2a..b49d9a534 100644 --- a/.github/workflows/cache-verify.yml +++ b/.github/workflows/cache-verify.yml @@ -197,10 +197,15 @@ 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 + # Cypress tests - name: Full stack tests | run tests id: e2e-tests