Skip to content

Commit

Permalink
Add timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
hughcrt committed Mar 29, 2024
1 parent ff693c1 commit 7256be5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7256be5

Please sign in to comment.