austinkregel / finance

A self hosted app to help you get a better understanding of your personal finances.
405 stars 47 forks source link

Apply fixes from StyleCI/Fix failing pipelines #47

Closed austinkregel closed 3 years ago

austinkregel commented 3 years ago

This pull request applies code style fixes from an analysis carried out by StyleCI.


For more information, click here.

austinkregel commented 3 years ago

The PHPUnit Pipelines are currently failing due to being unable to sudo apt update, seems to be related to this github issue on the dotnet/core#5373 repo.

Aside from that, it seemed to be attempting to install an older version of php-mysql that no longer exists. The fix was meant to be sudo apt update to update the indexes.