File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 77 pull_request :
88 branches :
99 - ' **'
10- release :
11- types : [published]
1210
1311jobs :
1412 laravel-tests :
3937 - name : Directory Permissions
4038 run : chmod -R 777 storage bootstrap/cache
4139 - name : Execute tests (Unit and Feature tests) via PHPUnit
42- run : vendor/bin/phpunit
40+ run : php artisan test
4341 env :
4442 DB_PORT : ${{ job.services.mysql.ports[3306] }}
Original file line number Diff line number Diff line change 1212 <testsuite name =" Feature" >
1313 <directory suffix =" Test.php" >./tests/Feature</directory >
1414 </testsuite >
15+ <testsuite name =" Unit" >
16+ <directory suffix =" Test.php" >./tests/Unit</directory >
17+ </testsuite >
1518 </testsuites >
1619 <coverage processUncoveredFiles =" true" >
1720 <include >
File renamed without changes.
You can’t perform that action at this time.
0 commit comments