Skip to content

Commit

Permalink
Merge pull request #18 from boesing/qa/disable-psalm-cache
Browse files Browse the repository at this point in the history
qa: do not use psalm cache
  • Loading branch information
weierophinney committed Mar 15, 2021
2 parents 03c724d + c3f430a commit 39c27a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/create-jobs.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ function checks (config) {
* @return {Array}
*/
function (config) {
return createQaJobs('./vendor/bin/psalm --shepherd --stats --output-format=github', config);
return createQaJobs('./vendor/bin/psalm --shepherd --stats --output-format=github --no-cache', config);
}
),
new Check(
Expand Down

0 comments on commit 39c27a8

Please sign in to comment.