Skip to content

Unity Tests badges

Unity Tests badges #2

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'
unityEmail: ${{ secrets.UNITY_EMAIL }}

Check failure on line 18 in .github/workflows/6000.0.37f1_editor.yml

View workflow run for this annotation

GitHub Actions / Editor Tests

Invalid workflow file

The workflow is not valid. .github/workflows/6000.0.37f1_editor.yml (Line: 18, Col: 19): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.UNITY_EMAIL .github/workflows/6000.0.37f1_editor.yml (Line: 19, Col: 22): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.UNITY_PASSWORD
unityPassword: ${{ secrets.UNITY_PASSWORD }}
unityLicense: ${{ secrets.UNITY_LICENSE }}
githubToken: ${{ secrets.GITHUB_TOKEN }}