mirror of
https://github.com/Unleash/unleash.git
synced 2025-07-26 13:48:33 +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:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
cache: 'yarn'
|
||||
- run: cd frontend && yarn install --frozen-lockfile && yarn build
|
||||
- run: yarn install --frozen-lockfile --ignore-scripts
|
||||
- run: yarn run lint
|
||||
- run: yarn run test
|
||||
- run: yarn run build:backend
|
||||
- run: yarn lint
|
||||
- run: yarn build:backend
|
||||
|
Loading…
Reference in New Issue
Block a user