1
0
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:
olav 2022-08-25 11:50:36 +02:00
parent 6e8d44a0a6
commit b295defb74

View File

@ -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: