Working on tests
This commit is contained in:
parent
dae38e3107
commit
4d5a26f6e1
1 changed files with 2 additions and 0 deletions
|
|
@ -114,6 +114,8 @@ after_script:
|
||||||
- mysql -u root -e 'select * from credits;' ninja
|
- mysql -u root -e 'select * from credits;' ninja
|
||||||
- mysql -u root -e 'select * from expenses;' ninja
|
- mysql -u root -e 'select * from expenses;' ninja
|
||||||
- mysql -u root -e 'select * from accounts;' ninja
|
- mysql -u root -e 'select * from accounts;' ninja
|
||||||
|
- mysql -u root -e 'select * from fonts;' ninja
|
||||||
|
- mysql -u root -e 'select * from banks;' ninja
|
||||||
- cat storage/logs/laravel-error.log
|
- cat storage/logs/laravel-error.log
|
||||||
- cat storage/logs/laravel-info.log
|
- cat storage/logs/laravel-info.log
|
||||||
- FILES=$(find tests/_output -type f -name '*.png' | sort -nr)
|
- FILES=$(find tests/_output -type f -name '*.png' | sort -nr)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue