Skip to content

Commit 00c79d2

Browse files
authored
Align test-map cache key between generator and selector (#540)
* Add debug output for selected mpl tests * Add select-tests debug logging * Align test map cache key with generator
1 parent ed98d7a commit 00c79d2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ jobs:
4040
uses: actions/cache/restore@v5
4141
with:
4242
path: .ci/test-map.json
43-
key: test-map-v2-${{ github.event.pull_request.base.sha }}
43+
key: test-map-${{ github.event.pull_request.base.sha }}
4444
restore-keys: |
45-
test-map-v2-
45+
test-map-
4646
4747
- name: Select impacted tests
4848
id: select

0 commit comments

Comments
 (0)