Skip to content

Commit 39c27a8

Browse files
Merge pull request #18 from boesing/qa/disable-psalm-cache
qa: do not use psalm cache
2 parents 03c724d + c3f430a commit 39c27a8

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)