build then start

This commit is contained in:
Hayden 2022-09-03 18:50:12 -08:00
parent 442c9c854b
commit 3c1285096c
2 changed files with 3 additions and 2 deletions

View file

@ -33,5 +33,5 @@ jobs:
run: pnpm install run: pnpm install
working-directory: frontend working-directory: frontend
- name: Build API - name: Run Integration Tests
run: task test:integration run: task test:integration

View file

@ -33,7 +33,8 @@ tasks:
test:integration: test:integration:
cmds: cmds:
- cd backend && go run ./app/api/ & - cd backend && go build ./app/api
- backend/api &
- sleep 5 - sleep 5
- cd frontend && pnpm run test:ci - cd frontend && pnpm run test:ci
silent: true silent: true