Skip to content

Commit

Permalink
qa: do not use psalm cache
Browse files Browse the repository at this point in the history
Signed-off-by: Maximilian Bösing <2189546+boesing@users.noreply.github.com>
  • Loading branch information
boesing committed Mar 14, 2021
1 parent 03c724d commit c3f430a
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 c3f430a

Please sign in to comment.