diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b242e72c2..da3b96b18 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,6 +13,7 @@ on: permissions: contents: read + checks: write jobs: fix-pnpm-lock: @@ -68,7 +69,7 @@ jobs: - name: Build routes run: pnpm build - name: Test all and generate coverage - run: pnpm run vitest:coverage + run: pnpm run vitest:coverage --reporter=github-actions env: REDIS_URL: redis://localhost:${{ job.services.redis.ports[6379] }}/ - name: Upload coverage to Codecov