From efb69e64748860d9bb64b0e4c505e4e4a45f3236 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivar=20Conradi=20=C3=98sthus?= Date: Fri, 20 May 2022 11:30:20 +0200 Subject: [PATCH] fix: add debug step --- .github/workflows/build_prs_jest_report.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build_prs_jest_report.yaml b/.github/workflows/build_prs_jest_report.yaml index 0464bb2b9f..8f8c0593f7 100644 --- a/.github/workflows/build_prs_jest_report.yaml +++ b/.github/workflows/build_prs_jest_report.yaml @@ -33,6 +33,7 @@ jobs: uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} + - run: cat ./coverage/report.json - name: Tests on ${{ matrix.node-version }} uses: ArtiomTr/jest-coverage-report-action@v2 with: