Closed JonasHelming closed 3 years ago
I created a test pull-request to verify if the workflow correctly fails https://github.com/eclipse-theia/generator-theia-extension/pull/101. I'll check if it fails the build, and if multiple templates fail it will display their results (and not fail fast).
I created a test pull-request to verify if the workflow correctly fails #101. I'll check if it fails the build, and if multiple templates fail it will display their results (and not fail fast).
done!
@JonasHelming do you think we would benefit from running the CI (including generation and building) as part of a cron job? We can potentially identify breaking issues earlier.
Good idea, will do: https://github.com/eclipse-theia/generator-theia-extension/issues/102
Added a build step that generated and compiles a templates and fails the build if any template fails to build. How to test: Introduce a change in a template that fails its build. fixed #95 Signed-off-by: Jonas Helming jhelming@eclipsesource.com