scenerygraphics / scenery

Flexible VR Visualisation for Volumetric and Geometric Data on the Java VM, powered by Kotlin and Vulkan.
https://scenery.graphics
GNU Lesser General Public License v3.0
129 stars 32 forks source link

CI: split build task into build and test for better log readability #632

Closed moreApi closed 9 months ago

moreApi commented 9 months ago

as discussed here https://imagesc.zulipchat.com/#narrow/stream/327495-scenery.2Bsciview/topic/CI.20log.20readability.3A.20split.20build.20and.20test

skalarproduktraum commented 9 months ago

I've made some small changes. The script is now split into a build and test part, as per your suggestion. However, the tasks were not entirely correct, which I've fixed now. Also, I have added a summary list of tests that have failed or were skipped during execution. This looks like the following on Github Actions now:

image