cfpb / hmda-platform

The HMDA Submission backend applications.
Creative Commons Zero v1.0 Universal
103 stars 94 forks source link

Fix Github Actions Pipeline #4838

Open jaredb96 opened 2 weeks ago

jaredb96 commented 2 weeks ago

I implemented a pipeline on hmda platform that runs all our tests each time a pull request is made - only allows merging if all tests pass. Currently the status checks are being run on PRs. Ran into an issue - failing on all the current PRs for a java error. This ticket is to fix that. Also fixes a few failing tests. Closes #4381