Closed lisac closed 3 months ago
116 tests ±0 116 :white_check_mark: ±0 35s :stopwatch: -1s 34 suites ±0 0 :zzz: ±0 34 files ±0 0 :x: ±0
Results for commit 20ebb7b1. ± Comparison against base commit ecdbbbd7.
Overall Project | 67.02% | :x: |
---|
There is no coverage information present for the Files changed
What was the problem?
mock-bgs-api
container is failing to start up in CI runs.Snippet from the logs suggest an error encountered executing the Dockerfile:
How does this fix it?[^1]
The Dockerfile in question was adjusted in recent PR #3169, as part of other changes.
https://github.com/department-of-veterans-affairs/abd-vro/pull/3169/files#diff-95b28342727462e48b1337997edc60b6db06ea906e8431cd33cc5e0493e2a6ec
This PR reverts the edits to the Dockerfile.
This container is NOT run in the production environment; if it starts up and runs sufficiently to allow CI tests to pass, I propose the risk of negative side effects is low.
How to test this PR