ci: use my custom unity test runner. (it will provide the required env vars that the unity tests require)

This commit is contained in:
alexiscatnip
2022-08-06 02:43:06 +08:00
committed by alexiscatnip
parent 5c73d46133
commit c55afc40da
+1 -1
View File
@@ -38,7 +38,7 @@ jobs:
# Test
- name: Run tests
uses: game-ci/unity-test-runner@v2
uses: alexiscatnip/unity-test-runner
env:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}