Skip to content

Commit 5cb958f

Browse files
committed
bug fix
1 parent da46dc6 commit 5cb958f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
key: ${{ runner.os }}-php-${{ matrix.php-version }}-${{ hashFiles('**/composer.lock') }}
4646
restore-keys: |
4747
${{ runner.os }}-php-${{ matrix.php-version }}-
48-
- run: make composer.lock pkg-install tools/psalm/vendor/bin/psalm tools/phpunit/vendor/bin/phpunit
48+
- run: make composer.lock pkg-install tools/psalm/vendor/bin/psalm tools/phpunit/bin/run
4949
- name: Get changed PHP files
5050
if: github.ref != 'refs/heads/main'
5151
id: changed-php-files

0 commit comments

Comments
 (0)