Run build:ts before unit-test back (#16194)

This commit is contained in:
Alexandre BODIN 2023-03-23 16:26:30 +01:00 committed by GitHub
parent c2732e2b97
commit ed970feb37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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