forked from mirrors/homebox
ci: end-to-end CI testing (#1)
* do end-to-end testing * set node version * build then start * remove test restrictions * panic if mime type fails * use timeout
This commit is contained in:
parent
ad4c8c9ab4
commit
7ccd48ad79
4 changed files with 26 additions and 16 deletions
|
@ -33,7 +33,8 @@ tasks:
|
|||
|
||||
test:integration:
|
||||
cmds:
|
||||
- cd backend && go run ./app/api/ &
|
||||
- cd backend && go build ./app/api
|
||||
- backend/api &
|
||||
- sleep 5
|
||||
- cd frontend && pnpm run test:ci
|
||||
silent: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue