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 c882702 commit 0d796cbCopy full SHA for 0d796cb
.github/workflows/sample-application.yml
@@ -55,7 +55,7 @@ jobs:
55
path: |
56
node_modules
57
sample-new-architecture/node_modules
58
- key: ${{ github.workflow }}-${{ github.job }}-npm-${{ hashFiles('yarn.lock', 'sample-new-architecture/node_modules/yarn.lock') }}
+ key: ${{ github.workflow }}-${{ github.job }}-npm-${{ hashFiles('yarn.lock', 'sample-new-architecture/yarn.lock') }}
59
60
- name: Install SDK Dependencies
61
if: ${{ steps.deps-cache.outputs['cache-hit'] != 'true' }}
0 commit comments