mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-18 14:41:25 +00:00
chore(ci): add requires for test-dev
This commit is contained in:
parent
bd0ef6f01f
commit
484c990a3b
@ -137,6 +137,7 @@ jobs:
|
|||||||
- run:
|
- run:
|
||||||
name: Dev Tests
|
name: Dev Tests
|
||||||
command: yarn test:dev -w=2
|
command: yarn test:dev -w=2
|
||||||
|
- store-test-results
|
||||||
|
|
||||||
test-unit:
|
test-unit:
|
||||||
executor: node
|
executor: node
|
||||||
@ -201,7 +202,7 @@ workflows:
|
|||||||
- test-unit: { requires: [build] }
|
- test-unit: { requires: [build] }
|
||||||
- test-e2e: { requires: [build] }
|
- test-e2e: { requires: [build] }
|
||||||
- release-commit:
|
- release-commit:
|
||||||
requires: [build, lint, lint-app, audit, test-unit, test-e2e]
|
requires: [build, lint, lint-app, audit, test-dev, test-unit, test-e2e]
|
||||||
filters:
|
filters:
|
||||||
<<: *release_branches
|
<<: *release_branches
|
||||||
|
|
||||||
@ -217,7 +218,7 @@ workflows:
|
|||||||
- test-unit: { requires: [build] }
|
- test-unit: { requires: [build] }
|
||||||
- test-e2e: { requires: [build] }
|
- test-e2e: { requires: [build] }
|
||||||
- release-nightly:
|
- release-nightly:
|
||||||
requires: [build, lint, lint-app, audit, test-unit, test-e2e]
|
requires: [build, lint, lint-app, audit, test-dev, test-unit, test-e2e]
|
||||||
triggers:
|
triggers:
|
||||||
- schedule:
|
- schedule:
|
||||||
cron: "0 0 * * *"
|
cron: "0 0 * * *"
|
||||||
|
Loading…
Reference in New Issue
Block a user