We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7143749 commit 35f1c56Copy full SHA for 35f1c56
.github/workflows/build.yml
@@ -48,7 +48,7 @@ jobs:
48
49
- name: Static Analysis
50
if: ${{ matrix.php-versions == '7.4' }}
51
- run: ./bin/psalm.phar
+ run: ./bin/psalm.phar --no-cache
52
53
- name: Test
54
run: ./bin/phpunit -d memory_limit=-1 --coverage-clover clover.xml
0 commit comments