mirror of
https://github.com/Unleash/unleash.git
synced 2025-07-31 13:47:02 +02:00
refactor: add missing frontend build
This commit is contained in:
parent
6e8d44a0a6
commit
b295defb74
2
.github/workflows/build_prs_jest_report.yaml
vendored
2
.github/workflows/build_prs_jest_report.yaml
vendored
@ -32,8 +32,8 @@ jobs:
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
cache: 'yarn'
|
||||
- run: cd frontend && yarn install --frozen-lockfile && yarn build
|
||||
- run: yarn install --frozen-lockfile --ignore-scripts
|
||||
- run: cd frontend && yarn install --frozen-lockfile
|
||||
- name: Tests on ${{ matrix.node-version }}
|
||||
uses: ArtiomTr/jest-coverage-report-action@v2
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user