File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 - name : Install dependencies
2929 run : composer install
3030 - name : Lint files
31- run : ./vendor/bin/ phpcs
31+ run : composer run phpcs
3232
3333 analyse-php :
3434 runs-on : ubuntu-latest
5959 - name : Install dependencies
6060 run : composer install
6161 - name : Analyse files with PHPStan
62- run : ./vendor/bin/phpstan analyse
62+ run : composer run phpstan
6363 - name : Analyse files with Psalm
64- run : ./vendor/bin/ psalm --shepherd
64+ run : composer run psalm -- --shepherd
Original file line number Diff line number Diff line change 5757 composer update --no-interaction --no-progress
5858
5959 - name : Collect coverage report
60- run : |
61- ./vendor/bin/phpunit --stop-on-failure
60+ run : composer run phpunit -- --stop-on-failure
6261
6362 - name : Infection
6463 if : ${{ github.base_ref != '' }}
Original file line number Diff line number Diff line change 5454 if : ${{ matrix.php-version == '7.1' }}
5555 run : composer require phpmyadmin/motranslator:^3.0
5656 - name : Run php tests
57- run : ./vendor/bin/ phpunit
57+ run : composer run phpunit
5858 - name : Send coverage
5959 uses : codecov/codecov-action@v1
6060 - name : Send coverage to Scrutinizer
You can’t perform that action at this time.
0 commit comments