We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da46dc6 commit 5cb958fCopy full SHA for 5cb958f
1 file changed
.github/workflows/static-analysis.yml
@@ -45,7 +45,7 @@ jobs:
45
key: ${{ runner.os }}-php-${{ matrix.php-version }}-${{ hashFiles('**/composer.lock') }}
46
restore-keys: |
47
${{ runner.os }}-php-${{ matrix.php-version }}-
48
- - run: make composer.lock pkg-install tools/psalm/vendor/bin/psalm tools/phpunit/vendor/bin/phpunit
+ - run: make composer.lock pkg-install tools/psalm/vendor/bin/psalm tools/phpunit/bin/run
49
- name: Get changed PHP files
50
if: github.ref != 'refs/heads/main'
51
id: changed-php-files
0 commit comments