diff --git a/README.md b/README.md index 9ae014a..56803f4 100644 --- a/README.md +++ b/README.md @@ -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