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...
This commit is contained in:
bd_ 2023-12-17 14:23:52 +09:00
parent f9fa478b77
commit 9964c024ec

View File

@ -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' }}