File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed
Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 7474 - name : Import database
7575 run : php artisan migrate --seed
7676
77+ - name : Install Pint
78+ run : composer global require laravel/pint
79+
80+ - name : Run Pint Test
81+ run : pint --test
82+
83+ - name : Static analysis
84+ run : ./vendor/bin/phpstan analyse
85+
7786 - name : Run tests
7887 run : ./vendor/bin/pest --configuration ./phpunit.xml --coverage-clover runtime/.phpunit.cache/coverage.xml
7988
8695
8796 - name : Dependencies security check
8897 uses : symfonycorp/security-checker-action@v5
89-
90- - name : Static analysis
91- run : ./vendor/bin/phpstan analyse
Original file line number Diff line number Diff line change 11php artisan test
2+ /home/wwwroot/bamboocms-php/vendor/bin/pint
23/home/wwwroot/bamboocms-php/vendor/bin/phpstan analyse
You can’t perform that action at this time.
0 commit comments