Update TaskWorker.test.ts per maintainer suggestion
Co-authored-by: Johan Haals <johan@haals.se> Signed-off-by: Hao Luo <howlowck@gmail.com>
This commit is contained in:
@@ -134,7 +134,7 @@ describe('Concurrent TaskWorker', () => {
|
||||
const integrations: ScmIntegrations = {} as ScmIntegrations;
|
||||
|
||||
const actionRegistry: TemplateActionRegistry = {} as TemplateActionRegistry;
|
||||
const workingDirectory = '/tmp/scaffolder';
|
||||
const workingDirectory = os.tmpdir();
|
||||
let asyncTasksCount = 0;
|
||||
|
||||
const workflowRunner: NunjucksWorkflowRunner = {
|
||||
|
||||
Reference in New Issue
Block a user