mirror of
https://github.com/Retrospring/retrospring.git
synced 2024-11-20 16:29:52 +01:00
Disable webpack during tests in CI
This commit is contained in:
parent
8ea28eea3e
commit
5fb077f436
1 changed files with 1 additions and 0 deletions
1
.github/workflows/retrospring.yml
vendored
1
.github/workflows/retrospring.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue