diff --git a/.github/workflows/test-build-deploy.yml b/.github/workflows/test-build-deploy.yml index fd9c6ce8..79c2c8a3 100644 --- a/.github/workflows/test-build-deploy.yml +++ b/.github/workflows/test-build-deploy.yml @@ -17,8 +17,8 @@ jobs: API_URL: http://localhost:3333 LUNARY_PUBLIC_KEY: 259d2d94-9446-478a-ae04-484de705b522 OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }} - - run: npm run start:backend && npm run build:frontend && npm run start:frontend + timeout-minutes: 2 + run: (npm run start:backend && npm run build:frontend && npm run start:frontend) & npx wait-on http://localhost:3333/v1/health - name: Run tests run: npx playwright test