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

chore: fix coverage report (#9695)

This commit is contained in:
Gastón Fournier 2025-04-15 16:25:25 +02:00 committed by GitHub
parent 67d59d6141
commit 713c5560a8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,7 @@
name: Coverage
on:
workflow_dispatch:
push:
branches:
- main
@ -44,7 +45,6 @@ jobs:
- run: yarn install --immutable
env:
YARN_ENABLE_SCRIPTS: false
- run: yarn build:frontend
- run: yarn run test:coverage
env:
CI: true