mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Working on tests
This commit is contained in:
parent
f70311f94b
commit
0bdc029df7
@ -94,6 +94,7 @@ after_script:
|
|||||||
- mysql -u root -e 'select * from users;' ninja
|
- mysql -u root -e 'select * from users;' ninja
|
||||||
- mysql -u root -e 'select * from account_gateways;' ninja
|
- mysql -u root -e 'select * from account_gateways;' ninja
|
||||||
- mysql -u root -e 'select * from clients;' ninja
|
- mysql -u root -e 'select * from clients;' ninja
|
||||||
|
- mysql -u root -e 'select * from contacts;' ninja
|
||||||
- mysql -u root -e 'select * from invoices;' ninja
|
- mysql -u root -e 'select * from invoices;' ninja
|
||||||
- mysql -u root -e 'select * from invoice_items;' ninja
|
- mysql -u root -e 'select * from invoice_items;' ninja
|
||||||
- mysql -u root -e 'select * from payments;' ninja
|
- mysql -u root -e 'select * from payments;' ninja
|
||||||
@ -101,7 +102,7 @@ after_script:
|
|||||||
- mysql -u root -e 'select * from expenses;' ninja
|
- mysql -u root -e 'select * from expenses;' 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')
|
- FILES=$(find tests/_output -type f -name '*.png' | sort -nr)
|
||||||
- for i in $FILES; do echo $i; base64 "$i"; break; done
|
- for i in $FILES; do echo $i; base64 "$i"; break; done
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user