mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-24 04:04:06 -08: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
|
@ -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