Working on tests
This commit is contained in:
parent
db2e5f5642
commit
40f18ed19f
1 changed files with 2 additions and 0 deletions
|
|
@ -92,6 +92,8 @@ after_script:
|
|||
- mysql -u root -e 'select * from credits;' ninja
|
||||
- cat storage/logs/laravel-error.log
|
||||
- cat storage/logs/laravel-info.log
|
||||
- FILES=$(find tests/_output -type f -name '*.png')
|
||||
- for i in $FILES; do echo $i; base64 "$i"; echo "EOF"; done
|
||||
|
||||
notifications:
|
||||
email:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue