Add build and PR validation workflow to build the dev container #8013
Labels
maintenance
Issue is a non-user-facing task like updating tests, improving automation, etc..
triaged
This issue has been reviewed and triaged
Area for Improvement
The dev container is our standardized engineering environment. It is subject to dependabot upgrades, changes to platform dependencies, and configuration changes due to evolving software development needs. We therefore need an automated PR validation build and a weekly scheduled build to ensure that the container continues to function as expected.
Observed behavior
Currently, the dev container is tested manually by running a local dev container build.
Desired behavior
We need a dev container build workflow that validates that the dev container can be built and that it functions as expected.
Proposed Fix
The dev container build should do the following using the
devcontainer
CLI:MAKE
command within the container, e.g.make build lint
to act as a validation test.rad Version
N/A
Operating system
No response
Additional context
No response
Would you like to support us?
AB#13503
The text was updated successfully, but these errors were encountered: