mirror of
https://github.com/game-ci/unity-actions.git
synced 2026-01-28 20:19:07 +08:00
Update readme: badge, jobs, howto
This commit is contained in:
18
README.md
18
README.md
@@ -1,21 +1,20 @@
|
||||
# Unity Actions
|
||||
|
||||
[//]: # (TODO - Update to use the names of the workflows instead)
|
||||
[](https://github.com/WebberTakken/unity-actions/workflows/%F0%9F%98%8E%20Actions/badge.svg)
|
||||
|
||||
[](https://github.com/WebberTakken/unity-actions/workflows/.github/workflows/main.yml/badge.svg)
|
||||
[](https://github.com/WebberTakken/unity-actions/workflows/.github/workflows/request.yml/badge.svg)
|
||||
Github actions for testing and building Unity projects. 🦄
|
||||
|
||||
Github actions for testing and building Unity projects (WIP)
|
||||
|
||||
Feel free to contribute.
|
||||
Contributions are welcomed!
|
||||
|
||||
## Jobs
|
||||
|
||||
- [X] Checkout project
|
||||
- [X] Activate license
|
||||
- [X] Open project in Unity
|
||||
- [ ] Install dependencies
|
||||
- [ ] Perform test suite
|
||||
- [X] Install dependencies
|
||||
- [X] Perform edit mode tests
|
||||
- [X] Perform play mode tests
|
||||
- [X] Perform all tests in one
|
||||
- [ ] Select scene(s)
|
||||
- [ ] Build scene(s)
|
||||
|
||||
@@ -32,7 +31,8 @@ Feel free to contribute.
|
||||
|
||||
Create a workflow in `.github/workflows/main.yml`.
|
||||
|
||||
- Activate license: [readme](./activate/README.md).
|
||||
- Look at the examples in `main.yml` from this repo.
|
||||
- To activate license: [readme](./activate/README.md).
|
||||
|
||||
## Credits
|
||||
|
||||
|
||||
Reference in New Issue
Block a user