From c55afc40daca3ab5ca7ec0b2589eed867ea80634 Mon Sep 17 00:00:00 2001 From: alexiscatnip Date: Mon, 18 Jul 2022 00:14:32 +0800 Subject: [PATCH] ci: use my custom unity test runner. (it will provide the required env vars that the unity tests require) --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index edf996e..b465446 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 }}