Add initial version

This commit is contained in:
Webber
2019-11-30 16:36:27 +01:00
committed by Webber Takken
parent f7a6d0b151
commit e083d21f91
5 changed files with 277 additions and 0 deletions

13
action.yml Normal file
View File

@@ -0,0 +1,13 @@
name: 'Unity - Test runner'
author: Webber Takken <webber@takken.io>
description: 'Run tests for any Unity project.'
inputs: {}
outputs:
artifactsPath:
description: 'Path where the artifacts are stored'
runs:
using: 'docker'
image: 'Dockerfile'
branding:
icon: 'box'
color: 'gray-dark'