From c5ca38828baaba39cfddcbbe8aecc06f8827809a Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 10 Jan 2024 12:51:58 +0100 Subject: [PATCH] Move the tmp dir into build --- build/{ => phpstan}/tmp/.gitkeep | 0 phpstan_action.neon | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename build/{ => phpstan}/tmp/.gitkeep (100%) diff --git a/build/tmp/.gitkeep b/build/phpstan/tmp/.gitkeep similarity index 100% rename from build/tmp/.gitkeep rename to build/phpstan/tmp/.gitkeep diff --git a/phpstan_action.neon b/phpstan_action.neon index c9034917e3d..82ea3e4a0a0 100644 --- a/phpstan_action.neon +++ b/phpstan_action.neon @@ -1,7 +1,7 @@ parameters: bootstrapFiles: - build/phpstan/bootstrap_action.php - tmpDir: ./tmp + tmpDir: ./build/phpstan/tmp parallel: jobSize: 20 processTimeout: 600.0