Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hughcrt committed Mar 29, 2024
1 parent b2a2306 commit 982b010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
LUNARY_PUBLIC_KEY: 259d2d94-9446-478a-ae04-484de705b522
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}

run: npm run dev:backend & npx wait-on http://localhost:3333/v1/health & npm run dev:frontendt
run: npm run dev:backend & npx wait-on http://localhost:3333/v1/health & npm run dev:frontend

- name: Run tests
run: npx playwright test
Expand Down

0 comments on commit 982b010

Please sign in to comment.