For some reason our pipeline fails on the step “phpunit” without dispalying any information on why it has failed.
This is the step in our .drone.yml file:
- name: phpunit
image: dockerhub.calibrate.be/php:7.3-fpm-dev
commands:
- cd codebase
- php artisan migrate:fresh --force -q -n
- php artisan passport:install
- php artisan passport:client --personal -n
- php vendor/bin/phpunit --colors=never --stop-on-failure
image_pull_secrets:
- dockerconfig