Skip to content

Commit 2b2d768

Browse files
committed
disable cache for psalm github action
1 parent d6d353f commit 2b2d768

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/psalm.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ jobs:
3030
uses: ramsey/composer-install@v2
3131

3232
- name: Run Psalm
33-
run: ./vendor/bin/psalm --no-progress --shepherd --show-info=false --stats
33+
run: ./vendor/bin/psalm --no-progress --shepherd --show-info=false --stats --no-cache

0 commit comments

Comments
 (0)