Skip to content
Snippets Groups Projects
Commit 21017c5d authored by Thibault Debatty's avatar Thibault Debatty
Browse files

keep logs after gitlab test

parent 88b2b499
No related branches found
No related tags found
No related merge requests found
Pipeline #13350 failed
......@@ -24,13 +24,16 @@ test:php74:
- COMPOSER_CACHE_DIR=./composer-cache composer install
# setup Laravel
- cp env.test .env
- touch storage/app/db.sqlite
- php artisan migrate
script:
- vendor/bin/phpunit --coverage-text --colors=never
- vendor/bin/phpcs
- vendor/bin/phpstan analyze --memory-limit=512M
- vendor/bin/unused_scanner unused-scanner.php
artifacts:
paths:
- storage/logs/*.log
when: always
test:dependencies:
image: cylab/php:7.4
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment