We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d8b0928 + 1d6e298 commit c5fa0ddCopy full SHA for c5fa0dd
.github/workflows/reusable-test-runner.yaml
@@ -104,9 +104,9 @@ jobs:
104
- uses: actions/cache@v4
105
with:
106
path: ${{ inputs.project-path || '.' }}/Library
107
- key: Library-${{ inputs.project-path || 'default'}}
+ key: Library-${{ inputs.project-path || 'default' }}-${{ matrix.testMode }}
108
restore-keys: |
109
- Library-
+ Library-${{ inputs.project-path || 'default' }}-
110
111
- uses: game-ci/unity-test-runner@v4
112
id: tests
0 commit comments