Skip to content

Releases: game-ci/unity-test-runner

v2.1.0 Upgrade to node 16

07 Nov 21:18
9fe2feb
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.3...v2.1.0

Windows support 🪟 Fix file ownership for self-hosted 🐛

24 Jun 11:23
3d5d2f5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2...v2.0.3

Fix incorrect default parameter for coverage package

21 Apr 23:10
d95f760
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2...v2.0.2

Code Coverage Support 📔

21 Apr 09:50
9656246
Compare
Choose a tag to compare

What's Changed

Upgrade notes

To upgrade you may need to add CodeCoverage to your .gitignore file if it isn't there already.
That way, builder will not mark your branch as dirty before running the build.

New Contributors

Full Changelog: v2...v2.0.1

Upgrade to stable runtime image 🐳 great performance increase 🚀 BC in python alias 🐍

03 Apr 16:14
67402dc
Compare
Choose a tag to compare

v2.0.0

  • Now using our new stable docker images based on Windows/Ubuntu 🐳
  • Up to 60% performance improvement for smaller projects 🚀
  • BC: python now consistently aliases python2 on all target platforms, python3 is still available when referenced directly. 🐍

What's Changed

Includes alpha changes

This release also includes the changes from the 7 alpha releases.

Full changelog

Full Changelog: v1...v2.0.0

v2.0.0-alpha-7

28 Dec 19:45
f61055d
Compare
Choose a tag to compare
Pre-release

What's Changed

New Contributors

Full Changelog: v2.0-alpha-6...v2.0.0-alpha-7

SSH support + network host support + several fixes ✨

11 Sep 19:39
7563db4
Compare
Choose a tag to compare

Changes:

  • #143 Use exit code to fail when code compile fails
  • #141 useNetworkHost should be useHostNetwork in action.yml
  • #135 input: add support for tildes in folder names
  • #134 Indicate how to support us
  • #132 Improve error message
  • #124 Using SSH_AUTH_SOCK (ssh agent forwarding) to pull upm private repos
  • #122 Add issue templates

Fixes:

  • #128 Fix workflow error
  • #125 Fix workflow error
  • #123 Fix typo in issue template

Updates:

  • #139 Bump path-parse from 1.0.6 to 1.0.7 dependencies javascript
  • #138 update findAnnotationPoint to use first entry with non-zero line number
  • #127 Bump ws from 7.4.2 to 7.4.6 dependencies javascript
  • #126 Bump browserslist from 4.16.1 to 4.16.6 dependencies javascript
  • #117 Bump hosted-git-info from 2.8.8 to 2.8.9 dependencies javascript
  • #116 Bump lodash from 4.17.20 to 4.17.21 dependencies javascript

Credits:

Thanks to @davidmfinol, @paulboocock, @jsm174, @ivan-hernandez-scopely for their contributions!

Minor aesthetics 🐭

09 May 16:38
1fcc491
Compare
Choose a tag to compare

Changes:

  • #115 Accept PascalCase for testmodes EditMode and PlayMode
  • #114 Upgrade to GitHub-native Dependabot dependencies

Credits:

Thanks to @dependabot-preview for its contributions!

Improved performance 🚜

23 Mar 00:20
694c315
Compare
Choose a tag to compare

Changes:

  • #109 Run license activation in an empty directory
  • #100 Create versioning.yml

Updates:

  • #104 Small results-check refactor for debugging
  • #101 Update versioning.yml

Credits:

Thanks to @txema-martinez-scopely, @davidmfinol for their contributions!

Action checks! ✔

28 Feb 12:00
215f660
Compare
Choose a tag to compare
Pre-release

Changes

  • #99 Check GitHub token instead of custom parameter
  • #97 Use the GitHub Actions Check API to display the test results if githubToken is provided
  • #94 Security fixes
  • #91 Expire artifact faster

Thanks

Thanks @erlioniel for the initial work on the GitHub Actions Checks functionality.