Skip to content

Releases: EnricoMi/publish-unit-test-result-action

v2.20.0

26 May 14:40
Compare
Choose a tag to compare

Adds the following improvements:

  • Add action typing #653
  • Isolate PIP cache used by composite actions #668
  • Fix for empty <system-out> and <system-err> #667
  • Deprecate github_token_actor option, auto-detect actor #661
  • Use and recommend !cancelled() instead of always() #659
  • Add deprecationMessage to action.yml for deprecated inputs (#654)
  • Resolve regex library warnings #660

Full Changelog: v2.19.0...v2.20.0

v2.19.0

01 Apr 17:42
Compare
Choose a tag to compare

Adds the following improvements:

  • Add option to verify SSL/TLS connection (#638)
  • Mention composite replacement in README.md (#647)
  • Quote $PYTHON_BIN in deprecated composite action (#646)

v2.18.0

22 Oct 18:27
Compare
Choose a tag to compare

Adds the following improvements:

  • Support Python 3.13 (#632)
  • Upgrade dependencies (#566)
  • Use unicode emojis (instead of markdown) (#631)

v2.17.1

04 Sep 12:57
Compare
Choose a tag to compare

Fixes the following issue:

  • Fix failing check run creation when no path or error message exists (#621)

v2.17.0

11 Jul 13:53
567cc7f
Compare
Choose a tag to compare

Adds the following improvements:

  • Avoid escaped quotes in Windows PowerShell action, fixes syntax error in some self-hosted Windows runners (#603)
  • Upgrade dependencies to latest versions to fix four vulnerabilities (#606)

v2.16.1

21 Mar 17:42
Compare
Choose a tag to compare

Fixes quoting issue in Windows bash action (#587)

v2.16.0

20 Mar 17:26
Compare
Choose a tag to compare

This improves dependencies:

  • Pin dependencies based on Python version (#585)
  • Upgrade dependencies to latest version (#585)

v2.15.1

28 Feb 07:55
Compare
Choose a tag to compare

This fixes a typo in the windows action (#580).

v2.15.0

27 Feb 10:24
Compare
Choose a tag to compare

This release deprecates composite action uses: EnricoMi/publish-unit-test-result-action/composite@v2 (#576)

Instead, use either of

  • Linux (Bash shell): uses: EnricoMi/publish-unit-test-result-action/linux@v2
  • macOS (Bash shell): uses: EnricoMi/publish-unit-test-result-action/macos@v2
  • Windows (PowerShell): uses: EnricoMi/publish-unit-test-result-action/windows@v2
  • Windows (Bash shell): uses: EnricoMi/publish-unit-test-result-action/windows/bash@v2

Or continue to use the Docker action uses: EnricoMi/publish-unit-test-result-action@v2.

Adds the following features:

  • OS-specific composite actions, supports Windows PowerShell (#576)
  • Fix grouping lines in GitHub actions output (#577)

v2.14.0

06 Feb 10:40
Compare
Choose a tag to compare

Adds the following features:

  • Publish JSON even when check_run is false (#568)
  • Quote vars in composite action to support values with spaces (#571)
  • Uprade actions/cache to 4 in composite action (#574)