Skip to content

Update main.yml

Update main.yml #6

Workflow file for this run

on: [push]
jobs:
run_tests:
environment: main
projectPath: .

Check failure on line 6 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/main.yml

Invalid workflow file

The workflow is not valid. .github/workflows/main.yml (Line: 6, Col: 5): Unexpected value 'projectPath'
runs-on: ubuntu-latest
steps:
- name: Unity - Test runner
uses: game-ci/[email protected]
env:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}