We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4558673 commit 7615022Copy full SHA for 7615022
.github/workflows/build.yml
@@ -325,13 +325,7 @@ jobs:
325
- name: "PHPStan with result cache"
326
if: matrix.operating-system == 'windows-latest'
327
shell: cmd
328
- run: |
329
- vendor\bin\phing phpstan-result-cache
330
- bin\phpstan clear-result-cache -c build/phpstan.neon
331
332
- echo. >> src\TrinaryLogic.php
333
334
+ run: vendor\bin\phing phpstan-result-cache && php bin\phpstan clear-result-cache -c build/phpstan.neon && vendor\bin\phing phpstan-result-cache && echo. >> src\TrinaryLogic.php && vendor\bin\phing phpstan-result-cache && vendor\bin\phing phpstan-result-cache
335
336
- name: "Upload result cache artifact"
337
uses: actions/upload-artifact@v1
0 commit comments