Skip to content

Commit 0979f74

Browse files
Prachi Gauriarprachigauriar
authored andcommitted
Fix XCTestProducts cache key
1 parent 7dcd075 commit 0979f74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/VerifyChanges.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
uses: actions/cache/restore@v4
6767
with:
6868
path: ${{ env.XCODE_TEST_PRODUCTS_PATH }}
69-
key: cache-xctestproducts-${{ github.workflow }}-${{ github.sha }}
69+
key: cache-xctestproducts-${{ github.workflow }}-${{ matrix.platform }}-${{ github.sha }}
7070

7171
- uses: irgaly/xcode-cache@v1
7272
if: steps.cache-xctestproducts-restore.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)