Disable webpack during tests in CI

This commit is contained in:
Karina Kwiatek 2022-07-08 21:27:56 +02:00 committed by Karina Kwiatek
parent 8ea28eea3e
commit 5fb077f436
1 changed files with 1 additions and 0 deletions

View File

@ -74,6 +74,7 @@ jobs:
env:
POSTGRES_PORT: ${{ job.services.postgres.ports[5432] }}
REDIS_URL: "redis://localhost:${{ job.services.redis.ports[6379] }}"
DISABLE_WEBPACK_IN_TESTS: 1
- name: Lint TypeScript
run: yarn run lint
- uses: codecov/codecov-action@v1