Skip to content

Commit 35f1c56

Browse files
wup
1 parent 7143749 commit 35f1c56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848

4949
- name: Static Analysis
5050
if: ${{ matrix.php-versions == '7.4' }}
51-
run: ./bin/psalm.phar
51+
run: ./bin/psalm.phar --no-cache
5252

5353
- name: Test
5454
run: ./bin/phpunit -d memory_limit=-1 --coverage-clover clover.xml

0 commit comments

Comments
 (0)