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:
parent
d60141a2f2
commit
f86f12d4f9
3
.github/workflows/build_prs_jest_report.yaml
vendored
3
.github/workflows/build_prs_jest_report.yaml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user