chore: e2e running in CI (#559)

* chore: e2e ci testing with mongo-memory-server
This commit is contained in:
Dan Ribbens
2022-05-11 21:49:11 -04:00
committed by GitHub
parent 1dfe2b8929
commit 8813bc7695
8 changed files with 34 additions and 28 deletions

View File

@@ -33,6 +33,7 @@ jobs:
- run: yarn build
- run: yarn test:client
- run: yarn test:int # In-memory db + api tests
- run: yarn test:e2e # Cypress tests
- run: yarn demo:generate:types
env:
CI: true