1
0
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:
olav 2022-08-25 12:14:11 +02:00
parent 22cabddfd1
commit 3fd635f4ca

View File

@ -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