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:
parent
67d59d6141
commit
713c5560a8
2
.github/workflows/build_coverage.yaml
vendored
2
.github/workflows/build_coverage.yaml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user