diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6356c756f..d1537d0bf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -116,6 +116,9 @@ jobs: - name: Build relay dependency run: npm run build --workspace=@getpaseo/relay + - name: Build server dependency + run: npm run build --workspace=@getpaseo/server + - name: Run Playwright E2E tests run: npm run test:e2e --workspace=@getpaseo/app env: