|
49 | 49 | id: submodules-cache
|
50 | 50 | with:
|
51 | 51 | path: ${{github.workspace}}/packages/ethereum-tests
|
52 |
| - key: ethereum-tests-${{ github.run_id }} |
| 52 | + key: ${{ inputs.submodule-cache-key}} |
53 | 53 |
|
54 | 54 | - name: Check if ethereum-tests is present (if not, fail)
|
55 | 55 | if: steps.submodules-cache.outputs.cache-hit != 'true'
|
|
93 | 93 | id: submodules-cache
|
94 | 94 | with:
|
95 | 95 | path: ${{github.workspace}}/packages/ethereum-tests
|
96 |
| - key: ethereum-tests-${{ github.run_id }} |
| 96 | + key: ${{ inputs.submodule-cache-key}} |
97 | 97 |
|
98 | 98 | - name: Check if ethereum-tests is present (if not, fail)
|
99 | 99 | if: steps.submodules-cache.outputs.cache-hit != 'true'
|
@@ -149,7 +149,7 @@ jobs:
|
149 | 149 | id: submodules-cache
|
150 | 150 | with:
|
151 | 151 | path: ${{github.workspace}}/packages/ethereum-tests
|
152 |
| - key: submodule-cache-key |
| 152 | + key: ${{ inputs.submodule-cache-key}} |
153 | 153 |
|
154 | 154 | - name: Check if ethereum-tests is present (if not, fail)
|
155 | 155 | if: steps.submodules-cache.outputs.cache-hit != 'true'
|
@@ -200,7 +200,7 @@ jobs:
|
200 | 200 | id: submodules-cache
|
201 | 201 | with:
|
202 | 202 | path: ${{github.workspace}}/packages/ethereum-tests
|
203 |
| - key: ethereum-tests-${{ github.run_id }} |
| 203 | + key: ${{ inputs.submodule-cache-key}} |
204 | 204 |
|
205 | 205 | - name: Check if ethereum-tests is present (if not, fail)
|
206 | 206 | if: steps.submodules-cache.outputs.cache-hit != 'true'
|
@@ -263,7 +263,7 @@ jobs:
|
263 | 263 | id: submodules-cache
|
264 | 264 | with:
|
265 | 265 | path: ${{github.workspace}}/packages/ethereum-tests
|
266 |
| - key: ethereum-tests-${{ github.run_id }} |
| 266 | + key: ${{ inputs.submodule-cache-key}} |
267 | 267 |
|
268 | 268 | - name: Check if ethereum-tests is present (if not, fail)
|
269 | 269 | if: steps.submodules-cache.outputs.cache-hit != 'true'
|
|
0 commit comments