hpi-swa / smalltalkCI

Framework for testing Smalltalk projects with GitHub Actions, GitLab CI, Travis CI, AppVeyor, and others.
MIT License
94 stars 68 forks source link

Add support for GitHub Actions #541

Open marceltaeumel opened 2 years ago

marceltaeumel commented 2 years ago

This change set implements "folding" via SCITestReporterStdout for GitHub Actions. It also fixes some newLine issues. I am not sure whether this is the right approach to extend this generic "folding" feature. It's also called "group" and "endgroup" in GHA.

smalltalkCI-gha-support.4.cs.txt

hogoww commented 1 year ago

Sounds like this issue has been fixed and should be closed, isn't it?

fniephaus commented 1 year ago

This is not about GHA support in general, but log grouping/folding. I'm not sure that's implemented for GHA at this point.