mirror of
https://github.com/n8n-io/n8n
synced 2026-04-21 15:47:20 +00:00
ci: Include @n8n/task-runner in linting and test jobs on the CI (no-changelog) (#12204)
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
This commit is contained in:
parent
120499291d
commit
53365a2159
1 changed files with 2 additions and 0 deletions
|
|
@ -31,6 +31,7 @@
|
|||
"@n8n/client-oauth2#lint",
|
||||
"@n8n/imap#lint",
|
||||
"@n8n/permissions#lint",
|
||||
"@n8n/task-runner#lint",
|
||||
"n8n-workflow#lint",
|
||||
"n8n-core#lint",
|
||||
"n8n-node-dev#lint",
|
||||
|
|
@ -59,6 +60,7 @@
|
|||
"@n8n/client-oauth2#test",
|
||||
"@n8n/imap#test",
|
||||
"@n8n/permissions#test",
|
||||
"@n8n/task-runner#test",
|
||||
"n8n-workflow#test",
|
||||
"n8n-core#test",
|
||||
"n8n#test"
|
||||
|
|
|
|||
Loading…
Reference in a new issue