konveyor / tackle2-ui

Tackle (2nd generation) UI component.
Apache License 2.0
8 stars 43 forks source link

:seedling: Setup CI workflow to use same container as Dockerfile #1804

Closed sjd78 closed 7 months ago

sjd78 commented 8 months ago

Lookup the "FROM .* as builder" image from the project's Dockerfile, and use that image to run the CI unit-test job.

This will ensure the unit-test job is using the same container image that the image builds will be using. A problem with the container should show up quickly in the unit-testing.

sjd78 commented 7 months ago

Kicked the codecov resolution to https://github.com/konveyor/tackle2-ui/issues/1820