mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
refactor: run backend tests in PRs
This commit is contained in:
parent
7124d993ff
commit
22cabddfd1
6
.github/workflows/build_prs.yaml
vendored
6
.github/workflows/build_prs.yaml
vendored
@ -17,6 +17,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
cache: 'yarn'
|
cache: 'yarn'
|
||||||
|
- run: cd frontend && yarn install --frozen-lockfile && yarn build
|
||||||
- run: yarn install --frozen-lockfile --ignore-scripts
|
- run: yarn install --frozen-lockfile --ignore-scripts
|
||||||
- run: yarn lint
|
- run: yarn run lint
|
||||||
- run: yarn build:backend
|
- run: yarn run test
|
||||||
|
- run: yarn run build:backend
|
||||||
|
Loading…
Reference in New Issue
Block a user