Skip to content

Commit

Permalink
Fix tests with Castor application logo
Browse files Browse the repository at this point in the history
  • Loading branch information
pyrech committed Oct 20, 2024
1 parent 1e257b8 commit 34b7828
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/TaskTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ public function runTask(array $args, ?string $cwd = null, bool $needRemote = fal
$extraEnv = [
'ENDPOINT' => $_SERVER['ENDPOINT'],
'CASTOR_CACHE_DIR' => self::$castorCacheDir,
'CASTOR_TEST' => 'true',
];

if (!$needRemote) {
Expand Down

0 comments on commit 34b7828

Please sign in to comment.