Disable webpack during tests in CI
This commit is contained in:
parent
8ea28eea3e
commit
5fb077f436
|
@ -74,6 +74,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
POSTGRES_PORT: ${{ job.services.postgres.ports[5432] }}
|
POSTGRES_PORT: ${{ job.services.postgres.ports[5432] }}
|
||||||
REDIS_URL: "redis://localhost:${{ job.services.redis.ports[6379] }}"
|
REDIS_URL: "redis://localhost:${{ job.services.redis.ports[6379] }}"
|
||||||
|
DISABLE_WEBPACK_IN_TESTS: 1
|
||||||
- name: Lint TypeScript
|
- name: Lint TypeScript
|
||||||
run: yarn run lint
|
run: yarn run lint
|
||||||
- uses: codecov/codecov-action@v1
|
- uses: codecov/codecov-action@v1
|
||||||
|
|
Loading…
Reference in New Issue