Dan Balasescu
|
233560b867
|
Fix CI test report workflow
|
2024-11-08 11:55:24 +09:00 |
|
Bartłomiej Dach
|
99bbbf810b
|
Update github actions to resolve most node deprecation warnings
As is github tradition, workflows started yelling about running on a
node version that was getting sunset, so here we go again.
Relevant bumps:
- https://github.com/actions/checkout/releases/tag/v4.0.0
- https://github.com/actions/setup-dotnet/releases/tag/v4.0.0
- https://github.com/actions/cache/releases/tag/v4.0.0
- https://github.com/actions/setup-java/releases/tag/v4.0.0
- https://github.com/peter-evans/create-pull-request/releases/tag/v6.0.0
- https://github.com/dorny/test-reporter/releases/tag/v1.8.0
Notably, `actions/upload-artifact` is _not_ bumped to v4, although it
should be to resolve the node deprecation warnings, because it has more
breaking changes and bumping would break `dorny/test-reporter`
(see https://github.com/dorny/test-reporter/issues/363).
|
2024-02-22 17:18:10 +01:00 |
|
Bartłomiej Dach
|
6c95b1d90d
|
Bump dorny/test-reporter action to 1.6.0
The only reason I'm bothering to do this is that I mistakenly clicked on
one of the execution logs of the "Annotate CI with test results"
workflow and noticed a bunch of deprecation warnings:
https://github.com/ppy/osu/actions/runs/3610166871
Judging from the release notes [[1]] and diffstat [[2]] of version 1.6.0
of the action affected, a bump should silence these.
[1]: https://github.com/dorny/test-reporter/blob/main/CHANGELOG.md
[2]: https://github.com/dorny/test-reporter/compare/v1.4.2...v1.6.0
|
2022-12-03 21:59:57 +01:00 |
|
Alex
|
90dd3c3020
|
build: harden report-nunit.yml permissions
Signed-off-by: Alex <aleksandrosansan@gmail.com>
|
2022-09-25 18:03:13 +02:00 |
|
smoogipoo
|
4e315b14b8
|
List only failed suites/tests
|
2021-10-15 00:25:59 +09:00 |
|
Bartłomiej Dach
|
d2d0f3bf9b
|
Set more appropriate build time limits for GH Actions workflows
|
2021-06-23 17:58:55 +02:00 |
|
smoogipoo
|
5283948a6d
|
Fix incorrect directory
|
2021-06-15 22:05:13 +09:00 |
|