mirror of
https://github.com/strapi/strapi.git
synced 2025-09-25 16:29:34 +00:00
Run build:ts before unit-test back (#16194)
This commit is contained in:
parent
c2732e2b97
commit
ed970feb37
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -62,6 +62,8 @@ jobs:
|
||||
key: ${{ runner.os }}-${{ matrix.node }}-${{ hashFiles('**/yarn.lock') }}
|
||||
- uses: nrwl/nx-set-shas@v3
|
||||
- run: yarn install --frozen-lockfile
|
||||
- name: Run build:ts
|
||||
run: yarn nx run-many --target=build:ts --nx-ignore-cycles
|
||||
- name: Run tests
|
||||
run: yarn nx affected --target=test:unit --nx-ignore-cycles
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user