mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2025-02-07 06:12:47 +08:00
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:
parent
f9fa478b77
commit
9964c024ec
2
.github/workflows/gameci.yml
vendored
2
.github/workflows/gameci.yml
vendored
@ -120,7 +120,7 @@ jobs:
|
|||||||
key: Library-${{ matrix.unity_version }}-${{ matrix.sdk }}
|
key: Library-${{ matrix.unity_version }}-${{ matrix.sdk }}
|
||||||
restore-keys: Library-
|
restore-keys: Library-
|
||||||
|
|
||||||
- uses: game-ci/unity-test-runner@v4
|
- uses: game-ci/unity-test-runner@v3
|
||||||
id: gameci
|
id: gameci
|
||||||
continue-on-error: ${{ steps.setup.outputs.can_fail == 'true' }}
|
continue-on-error: ${{ steps.setup.outputs.can_fail == 'true' }}
|
||||||
if: ${{ steps.setup.outputs.should_test == 'true' }}
|
if: ${{ steps.setup.outputs.should_test == 'true' }}
|
||||||
|
Loading…
Reference in New Issue
Block a user