ci: remove e2e test run until figure out flaking

This commit is contained in:
Elliot DeNolf
2022-05-23 17:07:56 -04:00
parent 6a17d3db98
commit 5ce223e5f4

View File

@@ -33,7 +33,6 @@ 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