From 9964c024ec70bc09455085473cc741bbe1c396eb Mon Sep 17 00:00:00 2001 From: bd_ Date: Sun, 17 Dec 2023 14:23:52 +0900 Subject: [PATCH] ci: rollback to GameCI v3 v4 seems to break the static license activation we're using currently. The new activation system requires username/password, which is something I'm not super happy with having available in pull request processing... --- .github/workflows/gameci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gameci.yml b/.github/workflows/gameci.yml index 291451ac..4a992db5 100644 --- a/.github/workflows/gameci.yml +++ b/.github/workflows/gameci.yml @@ -120,7 +120,7 @@ jobs: key: Library-${{ matrix.unity_version }}-${{ matrix.sdk }} restore-keys: Library- - - uses: game-ci/unity-test-runner@v4 + - uses: game-ci/unity-test-runner@v3 id: gameci continue-on-error: ${{ steps.setup.outputs.can_fail == 'true' }} if: ${{ steps.setup.outputs.should_test == 'true' }}