1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-25 00:07:47 +01:00

refactor: run frontend build in PRs

This commit is contained in:
olav 2022-08-25 12:03:01 +02:00
parent 48234464b7
commit 7124d993ff

View File

@ -1,4 +1,4 @@
name: Frontend tests
name: PR -> Frontend Build & Test
on:
pull_request:
@ -21,5 +21,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: yarn install --frozen-lockfile
- run: yarn run build
- run: yarn run test
- run: yarn run fmt:check