File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change 8585 - name : " PHPStan"
8686 run : " make phpstan"
8787
88- - uses : " actions/upload-artifact@v4"
89- with :
90- name : " result-cache-${{ matrix.php-version }}${{ matrix.operating-system-packages}}"
91- path : " tmp/resultCache.php"
92-
9388 static-analysis-with-result-cache :
9489 name : " PHPStan with result cache"
9590
Original file line number Diff line number Diff line change @@ -267,11 +267,6 @@ jobs:
267267 working-directory : " build-infection"
268268 run : " composer install --no-interaction --no-progress"
269269
270- - uses : " actions/download-artifact@v4"
271- with :
272- name : " result-cache-${{ matrix.php-version }}${{ matrix.operating-system-packages}}"
273- path : " tmp/"
274-
275270 - name : " Run infection"
276271 run : |
277272 git fetch --depth=1 origin $GITHUB_BASE_REF
You can’t perform that action at this time.
0 commit comments