v1.10.0 (🥶 Cold Day)
github-actions
released this
19 Jul 19:25
·
32 commits
to refs/heads/main
since this release
Added
- SUP-1237 Fix annotation newlines (#61) @pzeballos
- Added github actions files (#58) @butterkitty
Upgrading
To upgrade, update your pipeline.yml
files:
steps:
- command: test.sh
plugins:
- test-collector#v1.9.0:
+ test-collector#v1.10.0:
files: "test/junit-*.xml"
format: "junit"