mirror of
https://github.com/hay-kot/homebox.git
synced 2025-08-02 07:40:28 +00:00
build then start
This commit is contained in:
parent
442c9c854b
commit
3c1285096c
2 changed files with 3 additions and 2 deletions
2
.github/workflows/frontend.yaml
vendored
2
.github/workflows/frontend.yaml
vendored
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue