Closed alexjustesen closed 2 months ago
Do you just want to do it on releases, or tags, commits, etc? We could do a dev tag that built on whatever criteria you need and then you can ingest that into your tests; or if they're tests you want to run inside the container we can have an init step that only runs if given envs are set and poke it into our existing CI smoke tests.
Really depends on exactly what you need out of it.
This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.
This issue is locked due to inactivity
Is this a new feature request?
Wanted change
I'd like to build into my CI pipeline building and running the application's test suite within the lsio image to ensure a couple of things:
Looking for assistance creating that CI workflow.
Reason for change
This would help me get in front of any issues from the application that might crop up later down the path in your build steps.
Proposed code change
No response