1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-07-31 13:47:02 +02:00

chore: now we need to build before running tests (#9989)

This should fix the coverage report
This commit is contained in:
Gastón Fournier 2025-05-14 13:33:32 +02:00 committed by GitHub
parent d17d68d6aa
commit 23d55340f2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -45,6 +45,7 @@ jobs:
- run: yarn install --immutable
env:
YARN_ENABLE_SCRIPTS: false
- run: yarn run build:backend
- run: yarn run test:coverage
env:
CI: true

View File

@ -39,6 +39,7 @@ jobs:
cache: 'yarn'
- name: Enable corepack
run: corepack enable
- run: yarn build:backend
- name: Tests on 20.x
id: coverage
uses: ArtiomTr/jest-coverage-report-action@v2