Skip to content

Commit

Permalink
ci: improve test pipeline (#696)
Browse files Browse the repository at this point in the history
  • Loading branch information
hughcrt authored Dec 27, 2024
1 parent bddc310 commit cb1a4de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ jobs:
run: |
npm run migrate:db
npm run start:backend &
npm run dev:frontend &
npm run build:frontend
npm run start:frontend &
npx wait-on http://localhost:3333/v1/health http://0.0.0.0:8080/
- name: Run tests
Expand Down

0 comments on commit cb1a4de

Please sign in to comment.