Skip to content

v1.10.1 (馃崻 Yummy)

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 05 Feb 19:16
· 7 commits to refs/heads/main since this release
b5323d9

Fixes

Upgrading

To upgrade, update your pipeline.yml files:

steps:
  - command: test.sh
    plugins:
-     test-collector#v1.10.0:
+     test-collector#v1.10.1:
        files: "test/junit-*.xml"
        format: "junit"