diff --git a/.github/workflows/cache-verify.yml b/.github/workflows/cache-verify.yml index 26a821a5e..849170692 100644 --- a/.github/workflows/cache-verify.yml +++ b/.github/workflows/cache-verify.yml @@ -214,6 +214,10 @@ jobs: sleep 2 done + # build backend + - name: Build backend + run: cd backend && yarn build + # Cypress tests - name: Full stack tests | run tests id: e2e-tests