Skip to content

Update main.yml

Update main.yml #4

Workflow file for this run

on: [push]
jobs:
run_tests:
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 }}