Skip to content

Fix indentation

Fix indentation #101

Workflow file for this run

name: Unity Tests
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- uses: actions/cache@v3
with:
path: playground-unity/Library
key: playground-unity-Library
- uses: game-ci/unity-test-runner@v2
env:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
with:
projectPath: playground-unity
testMode: PlayMode
githubToken: ${{ secrets.GITHUB_TOKEN }}