Skip to content

Commit 53ae703

Browse files
authored
Merge pull request #3427 from teohhanhui/fix/ci-phpstan-cache
Only save /tmp/phpstan/resultCache.php to cache
2 parents 7e1e5ba + 4b8bcf4 commit 53ae703

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,12 +162,12 @@ commands:
162162
- save_cache:
163163
name: Save PHPStan cache
164164
paths:
165-
- /tmp/phpstan/cache
165+
- /tmp/phpstan/resultCache.php
166166
key: phpstan-{{ .Branch }}-{{ .BuildNum }}
167167
- save_cache:
168168
name: Save PHPStan cache
169169
paths:
170-
- /tmp/phpstan/cache
170+
- /tmp/phpstan/resultCache.php
171171
key: phpstan-{{ .Revision }}-{{ .BuildNum }}
172172
update-project-dependencies:
173173
steps:

0 commit comments

Comments
 (0)