Fix worker run ci step (#7437)
## Context Updating the Worker / Run step to run in sync mode with in-memory cache type so it does not hang forever in the CI.
This commit is contained in:
@ -77,6 +77,14 @@
|
||||
"options": {
|
||||
"cwd": "packages/twenty-server",
|
||||
"command": "node dist/src/queue-worker/queue-worker.js"
|
||||
},
|
||||
"configurations": {
|
||||
"ci": {
|
||||
"env": {
|
||||
"MESSAGE_QUEUE_TYPE": "sync",
|
||||
"CACHE_STORAGE_TYPE": "memory"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"typeorm": {
|
||||
|
||||
Reference in New Issue
Block a user