1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-09 00:18:00 +01:00

fix: more debug

This commit is contained in:
Ivar Conradi Østhus 2022-05-20 11:37:43 +02:00
parent 05808745a7
commit 4869ee8266
No known key found for this signature in database
GPG Key ID: 31AC596886B0BD09

View File

@ -33,7 +33,8 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: cat ./coverage/report.json
- run: ls
- run: ls coverage
- name: Tests on ${{ matrix.node-version }}
uses: ArtiomTr/jest-coverage-report-action@v2
with: