* fix unary operator expected error The if comparisons can sometimes compare an empty variable, which gives errors like this: ``` /steps/run_tests.sh: line 71: [: =: unary operator expected ``` This PR should fix the script to address that problem. See an explanation of why this error happens here: https://codefather.tech/blog/bash-unary-operator-expected/ * fix missing quote * Posix shell compliance Posix shell does not do ==, it only does one = * consistent spaces |
||
---|---|---|
.github | ||
action | ||
artifacts | ||
media | ||
src | ||
unity-project-with-correct-tests | ||
.dockerignore | ||
.editorconfig | ||
.eslintignore | ||
.eslintrc.json | ||
.gitignore | ||
.prettierignore | ||
.prettierrc.json | ||
.yarnrc | ||
CODE_OF_CONDUCT.md | ||
CONTRIBUTING.md | ||
LICENSE | ||
README.md | ||
action.yml | ||
babel.config.js | ||
jest.config.js | ||
package.json | ||
tsconfig.json | ||
yarn.lock |
README.md
Unity - Test runner
(Not affiliated with Unity Technologies)
GitHub Action to run tests for any Unity project.
Part of the GameCI open source project.
How to use
Find the docs on the GameCI documentation website.
Related actions
Visit the GameCI Unity Actions status repository for related Actions.
Community
Feel free to join us on
and engage with the community.
Contributing
To help improve the documentation, please find the docs repository.
To contribute to this project, kindly read the contribution guide.
Support us
GameCI is free for everyone forever.
You can support us at OpenCollective.
Licence
This repository is MIT licensed.
This includes all contributions from the community.