From 788c3966f76a8e9fcffc7517cce60328035c498e Mon Sep 17 00:00:00 2001 From: Webber Date: Sat, 30 Nov 2019 15:46:38 +0100 Subject: [PATCH] Add initial description --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0cf1ec9..1478577 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,15 @@ # unity-test-runner -Run tests for any Unity project +Run tests + +[![Actions status](https://github.com/WebberTakken/unity-test-runner/workflows/Actions%20%F0%9F%98%8E/badge.svg)](https://github.com/WebberTakken/unity-test-runner/workflows/Actions%20%F0%9F%98%8E/badge.svg) + +[Github Action](https://github.com/features/actions) +to run tests for any Unity project. + +This is a recommended step to prepare your pipeline for using the +[Build](https://github.com/webbertakken/unity-actions#build) +action from the +[Unity Actions](https://github.com/webbertakken/unity-actions) +collection. + +Requires the [activation](https://github.com/marketplace/actions/unity-activate) step.