mirror of
https://github.com/strapi/strapi.git
synced 2025-07-30 12:29:30 +00:00
fix(workflow): re-add build step for linting because it's required (#18489)
This commit is contained in:
parent
965da42615
commit
f478957b4d
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@ -47,6 +47,8 @@ jobs:
|
||||
- uses: nrwl/nx-set-shas@v3
|
||||
- name: Monorepo install
|
||||
uses: ./.github/actions/yarn-nm-install
|
||||
- name: Monorepo build
|
||||
uses: ./.github/actions/run-build
|
||||
- name: Run lint
|
||||
run: yarn nx affected --target=lint --parallel --nx-ignore-cycles
|
||||
|
||||
@ -129,7 +131,7 @@ jobs:
|
||||
uses: ./.github/actions/run-build
|
||||
- name: Run test
|
||||
run: yarn nx affected --target=test:front --nx-ignore-cycles
|
||||
|
||||
|
||||
e2e:
|
||||
timeout-minutes: 60
|
||||
needs: [changes, build, typescript, unit_front]
|
||||
|
Loading…
x
Reference in New Issue
Block a user