Skip to content

Unity Tests badges

Unity Tests badges #4

name: Editor Tests
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
editor-tests:
uses: ./.github/workflows/main.yml
with:
projectPath: './'
unityVersion: '6000.0.37f1'
testMode: 'editmode'
secrets: inherit