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:
parent
05808745a7
commit
4869ee8266
3
.github/workflows/build_prs_jest_report.yaml
vendored
3
.github/workflows/build_prs_jest_report.yaml
vendored
@ -33,7 +33,8 @@ jobs:
|
|||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
- run: cat ./coverage/report.json
|
- run: ls
|
||||||
|
- run: ls coverage
|
||||||
- name: Tests on ${{ matrix.node-version }}
|
- name: Tests on ${{ matrix.node-version }}
|
||||||
uses: ArtiomTr/jest-coverage-report-action@v2
|
uses: ArtiomTr/jest-coverage-report-action@v2
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user