mirror of
https://github.com/Unleash/unleash.git
synced 2025-06-04 01:18:20 +02:00
Fix jest report
This commit is contained in:
parent
f86f12d4f9
commit
6e8d44a0a6
1
.github/workflows/build_prs_jest_report.yaml
vendored
1
.github/workflows/build_prs_jest_report.yaml
vendored
@ -33,6 +33,7 @@ jobs:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
cache: 'yarn'
|
||||
- run: yarn install --frozen-lockfile --ignore-scripts
|
||||
- run: cd frontend && yarn install --frozen-lockfile
|
||||
- name: Tests on ${{ matrix.node-version }}
|
||||
uses: ArtiomTr/jest-coverage-report-action@v2
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user