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

fix: coverage (#10321)

Small fix, missing `build:` prefix
This commit is contained in:
Gastón Fournier 2025-07-07 11:14:39 +02:00 committed by GitHub
parent 965e817d79
commit f9b1d70694
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -45,7 +45,7 @@ jobs:
- name: Install deps
run: yarn install
- name: Build backend
run: yarn backend
run: yarn build:backend
- name: Tests on 22.x
id: coverage
run: yarn test:coverage