mirror of
https://github.com/Unleash/unleash.git
synced 2025-07-31 13:47:02 +02:00
Revert "refactor: run backend tests in PRs"
This reverts commit 22cabddfd1
.
This commit is contained in:
parent
22cabddfd1
commit
3fd635f4ca
6
.github/workflows/build_prs.yaml
vendored
6
.github/workflows/build_prs.yaml
vendored
@ -17,8 +17,6 @@ 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 run lint
|
- run: yarn lint
|
||||||
- run: yarn run test
|
- run: yarn build:backend
|
||||||
- run: yarn run build:backend
|
|
||||||
|
Loading…
Reference in New Issue
Block a user