Releases: game-ci/unity-test-runner
Releases · game-ci/unity-test-runner
v2.1.0 Upgrade to node 16
What's Changed
- Bump @actions/core from 1.6.0 to 1.9.1 by @dependabot in #191
- Update FUNDING.yml by @webbertakken in #192
- upgrade actions/core to 1.10.0 by @paulpach in #194
- upgrade to node 16 by @paulpach in #193
- rebuild to take into account new @action/core by @paulpach in #195
- cleanup created docker containers by @mikz in #198
- fix: broken lints by @webbertakken in #199
- Feature/add support for licensing server by @simensan in #196
New Contributors
Full Changelog: v2.0.3...v2.1.0
Windows support 🪟 Fix file ownership for self-hosted 🐛
What's Changed
- Added Windows Support by @maishiroma in #184
- Add chownFilesTo by @skjalgsm-statespace in #187
New Contributors
- @maishiroma made their first contribution in #184
- @skjalgsm-statespace made their first contribution in #187
Full Changelog: v2...v2.0.3
Fix incorrect default parameter for coverage package
What's Changed
- Changed enableCyclomaticComplexity to generateAdditionalMetrics by @nicholas-maltbie in #183
Full Changelog: v2...v2.0.2
Code Coverage Support 📔
What's Changed
- Bump actions/upload-artifact from 2 to 3 by @dependabot in #180
- Code Coverage Support by @nicholas-maltbie in #182
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
- @nicholas-maltbie made their first contribution in #182
Full Changelog: v2...v2.0.1
Upgrade to stable runtime image 🐳 great performance increase 🚀 BC in python alias 🐍
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 aliasespython2
on all target platforms,python3
is still available when referenced directly. 🐍
What's Changed
- Refactor to typescript by @davidmfinol in #158
- Bump ruairidhwm/action-cats from 1.0.1 to 1.0.2 by @dependabot in #154
- Updated GitHub dependencies to restore checks functionality by @davidmfinol in #159
- Bump actions/setup-node from 2 to 3 by @dependabot in #165
- Bump node-fetch from 2.6.6 to 2.6.7 by @dependabot in #166
- Bump actions/checkout from 2 to 3 by @dependabot in #167
- feat: support self-hosted runners by @paulpach in #170
- Bump actions/cache from 2 to 3 by @dependabot in #171
- fix: operation not permitted in self hosted runners by @paulpach in #172
- Rebuild after docker.sock:z fix by @paulpach in #173
- Bump minimist from 1.2.5 to 1.2.6 by @dependabot in #174
- feat: work with rootless docker by @paulpach in #175
- perf: avoid creating temporary docker image by @paulpach in #177
- feat: upgrade to images of version 1 (rolling tag) by @webbertakken in #179
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
What's Changed
- fix unary operator expected error by @paulpach in #146
- Bump semver-regex from 3.1.2 to 3.1.3 by @dependabot in #144
- Bump tmpl from 1.0.4 to 1.0.5 by @dependabot in #145
- Bump ansi-regex from 5.0.0 to 5.0.1 by @dependabot in #147
- Show console output in the GitHub Check annotations by @mikz in #149
- add private github package support using personal access token by @rYuuk in #152
- allow space in between words of project name by @webbertakken in #151
- Fix docs link by @davidmfinol in #153
New Contributors
- @paulpach made their first contribution in #146
- @mikz made their first contribution in #149
- @rYuuk made their first contribution in #152
Full Changelog: v2.0-alpha-6...v2.0.0-alpha-7
SSH support + network host support + several fixes ✨
Pre-release
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:
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 🐭
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 🚜
Action checks! ✔
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.