1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-25 00:07:47 +01:00

fix: add debug step

This commit is contained in:
Ivar Conradi Østhus 2022-05-20 11:30:20 +02:00
parent 590fa50edc
commit efb69e6474
No known key found for this signature in database
GPG Key ID: 31AC596886B0BD09

View File

@ -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: