mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-27 08:02:01 +00:00
chore(ci): add requires for test-dev
This commit is contained in:
parent
bd0ef6f01f
commit
484c990a3b
@ -137,6 +137,7 @@ jobs:
|
||||
- run:
|
||||
name: Dev Tests
|
||||
command: yarn test:dev -w=2
|
||||
- store-test-results
|
||||
|
||||
test-unit:
|
||||
executor: node
|
||||
@ -201,7 +202,7 @@ workflows:
|
||||
- test-unit: { requires: [build] }
|
||||
- test-e2e: { requires: [build] }
|
||||
- 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:
|
||||
<<: *release_branches
|
||||
|
||||
@ -217,7 +218,7 @@ workflows:
|
||||
- test-unit: { requires: [build] }
|
||||
- test-e2e: { requires: [build] }
|
||||
- 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:
|
||||
- schedule:
|
||||
cron: "0 0 * * *"
|
||||
|
Loading…
Reference in New Issue
Block a user