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 e3d874c commit 1967c22Copy full SHA for 1967c22
.github/workflows/push.yml
@@ -15,9 +15,9 @@ jobs:
15
uses: actions/cache@v2
16
with:
17
path: ~/.npm
18
- key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
+ key: ${{ runner.os }}-sls-${{ hashFiles('**/package-lock.json') }}
19
restore-keys: |
20
- ${{ runner.os }}-node-
+ ${{ runner.os }}-sls-
21
- run: npm install
22
- run: npm run lint
23
- run: npm run coverage
0 commit comments