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:
Hayden 2022-09-03 19:06:55 -08:00 committed by GitHub
parent ad4c8c9ab4
commit 7ccd48ad79
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 26 additions and 16 deletions

View file

@ -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