Skip to content
Discussion options

You must be logged in to vote

Feels like what you would like is an action that builds your container using your devcontainer.json exactly how it would if running a codespace and then use a docker action to run whatever you want to run inside that container and report the results - in your case report on the status of a unit test suite run?

What would actually be cool is to generate your exact codespace container image as part of your builds and then for your CI builds (not PR builds) actually store this in GitHub Container Registry so that when you come to do a 'Run in Codespace' it can just pull a pre-built container rather than having to do any post-build steps. As you want to generate that container anyway to run y…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@sobolevn
Comment options

@martinwoodward
Comment options

@cdijkstra
Comment options

@2percentsilk
Comment options

Answer selected by sobolevn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Codespaces Your development environment, in the cloud. Run VS Code and code on GitHub's cloud platform, Product Feedback Share your thoughts and suggestions on GitHub features and improvements
4 participants