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:
parent
48234464b7
commit
7124d993ff
3
.github/workflows/build_frontend_prs.yml
vendored
3
.github/workflows/build_frontend_prs.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: Frontend tests
|
name: PR -> Frontend Build & Test
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
@ -21,5 +21,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
- run: yarn install --frozen-lockfile
|
- run: yarn install --frozen-lockfile
|
||||||
|
- run: yarn run build
|
||||||
- run: yarn run test
|
- run: yarn run test
|
||||||
- run: yarn run fmt:check
|
- run: yarn run fmt:check
|
||||||
|
Loading…
Reference in New Issue
Block a user