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

Test coverage run

This commit is contained in:
sjaanus 2022-08-24 14:00:13 +00:00
parent d60141a2f2
commit f86f12d4f9

View File

@ -32,6 +32,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
- run: yarn install --frozen-lockfile --ignore-scripts
- name: Tests on ${{ matrix.node-version }}
uses: ArtiomTr/jest-coverage-report-action@v2
with:
@ -39,7 +40,7 @@ jobs:
annotations: none
package-manager: yarn
github-token: ${{ secrets.GITHUB_TOKEN }}
test-script: cd frontend && yarn install && yarn run test:coverage:jest
test-script: yarn run test:coverage:jest
base-coverage-file: ./coverage/report.json
env:
CI: true