Skip to content

Commit

Permalink
Mod README.md about running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nowsprinting committed Oct 22, 2023
1 parent 19f6103 commit 7e2a9d7
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@ openupm add com.nowsprinting.test-helper
MIT License



## How to contribute

Open an issue or create a pull request.
Expand All @@ -284,16 +285,22 @@ Be grateful if you could label the PR as `enhancement`, `bug`, `chore`, and `doc
See [PR Labeler settings](.github/pr-labeler.yml) for automatically labeling from the branch name.



## How to development

Add this repository as a submodule to the Packages/ directory in your project.

Run the command below:

```bash
git submodule add https://github.com/nowsprinting/test-helper.git Packages/com.nowsprinting.test-helper
```

Generate a temporary project and run tests on each Unity version from the command line.

```bash
make create_project
UNITY_VERSION=2019.4.40f1 make -k test
```



## Release workflow
Expand Down

0 comments on commit 7e2a9d7

Please sign in to comment.