Skip to content

windowsランナーで動作しない問題の解決のため、unity-test-runner@v2.0.3を使用 #4

windowsランナーで動作しない問題の解決のため、unity-test-runner@v2.0.3を使用

windowsランナーで動作しない問題の解決のため、unity-test-runner@v2.0.3を使用 #4

Workflow file for this run

name: Run-Tests
on: push
jobs:
test:
runs-on: windows-2022
strategy:
matrix:
unity-version:
- 2019.4.31f1
- 2022.3.6f1
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
lfs: true
- name: Run tests
uses: game-ci/unity-test-runner@v2.0.3
env:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
with:
unityVersion: ${{ matrix.unity-version }}
githubToken: ${{ secrets.GITHUB_TOKEN }}