Add some debugging of the env files

This commit is contained in:
Daniel_I_Am 2021-09-04 14:17:27 +02:00
parent 3f7744e51c
commit 87159673a5

View File

@ -43,6 +43,8 @@ php-test-job:
- export DB_DATABASE="$MYSQL_DATABASE" - export DB_DATABASE="$MYSQL_DATABASE"
- export DB_USERNAME=root - export DB_USERNAME=root
- export DB_PASSWORD="$MYSQL_ROOT_PASSWORD" - export DB_PASSWORD="$MYSQL_ROOT_PASSWORD"
- cat .env || true
- cat .env.testing || true
- php artisan test --coverage-cobertura code-coverage.xml - php artisan test --coverage-cobertura code-coverage.xml
artifacts: artifacts:
reports: reports: