Exit 0 fixes build.

This commit is contained in:
James Cole 2020-08-01 16:29:20 +02:00
parent b9b8c1168f
commit dc53bedff7
No known key found for this signature in database
GPG Key ID: B5669F9493CDE38D

View File

@ -9,4 +9,4 @@ wget --quiet https://raw.githubusercontent.com/firefly-iii/test-data/main/test_d
# run phpunit
./vendor/bin/phpunit --configuration phpunit.coverage.xml
return 0
exit 0