-
Notifications
You must be signed in to change notification settings - Fork 14
ci: Add UI building to build and test workflow #134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci: Add UI building to build and test workflow #134
Conversation
What's the rationale for a whole separate workflow, instead of a separate job in the existing https://github.com/eclipse-apoapsis/ort-server/blob/main/.github/workflows/build-and-test.yml? |
Nothing, this is a draft PR because I wanted to first test the UI building part of it, and it ran much faster than the whole build-and-test workflow. Changes to come. |
Note that jobs in a workflow run in parallel. So you wouldn't have to wait for the whole build-and-test workflow to complete just to see the results of your "Build UI" job. |
30c5735
to
bb27f52
Compare
bb27f52
to
7a85d89
Compare
6a7b734
to
ca653f3
Compare
Add UI building to the workflow, to automatically assess the buildability of the UI codebase after Renovate Bot 's suggested UI dependency updates. Signed-off-by: Jyrki Keisala <[email protected]>
ca653f3
to
57b64e7
Compare
Add UI building to the corresponding workflow, to automatically assess the buildability of the UI codebase after Renovate Bot 's suggested UI dependency updates. Use caching to reduce installation time.
This resolves #126.