|
|
|
@ -41,6 +41,8 @@ jobs:
|
|
|
|
paths:
|
|
|
|
paths:
|
|
|
|
- vendor
|
|
|
|
- vendor
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- run: php artisan key:generate && php artisan config:clear
|
|
|
|
|
|
|
|
|
|
|
|
# run tests with phpunit or codecept
|
|
|
|
# run tests with phpunit or codecept
|
|
|
|
- run: ./vendor/bin/phpunit
|
|
|
|
- run: ./vendor/bin/phpunit
|
|
|
|
- store_test_results:
|
|
|
|
- store_test_results:
|
|
|
|
|