Skip to content

Commit c3f430a

Browse files
committed
qa: do not use psalm cache
Signed-off-by: Maximilian Bösing <[email protected]>
1 parent 03c724d commit c3f430a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/create-jobs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ function checks (config) {
126126
* @return {Array}
127127
*/
128128
function (config) {
129-
return createQaJobs('./vendor/bin/psalm --shepherd --stats --output-format=github', config);
129+
return createQaJobs('./vendor/bin/psalm --shepherd --stats --output-format=github --no-cache', config);
130130
}
131131
),
132132
new Check(

0 commit comments

Comments
 (0)