Skip to content

Commit c5fa0dd

Browse files
authored
Merge pull request #162 from IShix-g/release
Release
2 parents d8b0928 + 1d6e298 commit c5fa0dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/reusable-test-runner.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,9 @@ jobs:
104104
- uses: actions/cache@v4
105105
with:
106106
path: ${{ inputs.project-path || '.' }}/Library
107-
key: Library-${{ inputs.project-path || 'default'}}
107+
key: Library-${{ inputs.project-path || 'default' }}-${{ matrix.testMode }}
108108
restore-keys: |
109-
Library-
109+
Library-${{ inputs.project-path || 'default' }}-
110110
111111
- uses: game-ci/unity-test-runner@v4
112112
id: tests

0 commit comments

Comments
 (0)