1
0
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:
sjaanus 2022-08-25 09:20:47 +00:00
parent f86f12d4f9
commit 6e8d44a0a6

View File

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