From 5fb077f436eddaf4fef4fed9596f81d6dceac286 Mon Sep 17 00:00:00 2001 From: Karina Kwiatek Date: Fri, 8 Jul 2022 21:27:56 +0200 Subject: [PATCH] Disable webpack during tests in CI --- .github/workflows/retrospring.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/retrospring.yml b/.github/workflows/retrospring.yml index 7f4d8054..04d50ef1 100644 --- a/.github/workflows/retrospring.yml +++ b/.github/workflows/retrospring.yml @@ -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