pico-project-generator
pico-project-generator copied to clipboard
Add basic integration tests
This PR adds the ability for integration tests to be run so that as we improve the project generator, we can guarantee the expected behavior without having to run it manually.
At the moment, this PR is pending some improvements to how paths are treated in the program (will come in another PR) so that we can distinguish the base path from the output path.
@liamfraser Do you remember why we had to set up a self-hosted runner? Is it worth re-using that here?
@liamfraser Do you remember why we had to set up a self-hosted runner? Is it worth re-using that here?
Yes, we could do. It is only currently used for the sdk and examples. Mainly because we had a spare machine and didn't want to pay for cloud time.