Working on expense test
This commit is contained in:
parent
19b8212e32
commit
894cac4657
1 changed files with 1 additions and 0 deletions
|
|
@ -92,6 +92,7 @@ after_script:
|
|||
- mysql -u root -e 'select * from invoice_items;' ninja
|
||||
- mysql -u root -e 'select * from payments;' ninja
|
||||
- mysql -u root -e 'select * from credits;' ninja
|
||||
- mysql -u root -e 'select * from expenses;' ninja
|
||||
- cat storage/logs/laravel-error.log
|
||||
- cat storage/logs/laravel-info.log
|
||||
- FILES=$(find tests/_output -type f -name '*.png')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue