Update readme: badge, jobs, howto

This commit is contained in:
Webber
2019-11-28 01:22:32 +01:00
committed by Webber Takken
parent edc296fe64
commit 3fcaf77193

View File

@@ -1,21 +1,20 @@
# Unity Actions
[//]: # (TODO - Update to use the names of the workflows instead)
[![Actions status](https://github.com/WebberTakken/unity-actions/workflows/%F0%9F%98%8E%20Actions/badge.svg)](https://github.com/WebberTakken/unity-actions/workflows/%F0%9F%98%8E%20Actions/badge.svg)
[![Actions status](https://github.com/WebberTakken/unity-actions/workflows/.github/workflows/main.yml/badge.svg)](https://github.com/WebberTakken/unity-actions/workflows/.github/workflows/main.yml/badge.svg)
[![Actions status](https://github.com/WebberTakken/unity-actions/workflows/.github/workflows/request.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