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.
1 parent b1d9ead commit 7db394aCopy full SHA for 7db394a
.github/workflows/test-simulators.yaml
@@ -47,7 +47,7 @@ jobs:
47
name: Setup pnpm cache
48
with:
49
path: ${{ env.STORE_PATH }}
50
- key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
+ key: ${{ runner.os }}-pnpm-store-${{ hashFiles('pnpm-lock.yaml') }}
51
restore-keys: |
52
${{ runner.os }}-pnpm-store-
53
0 commit comments