Skip to content

Commit

Permalink
Merge pull request #2137 from snyk/protect/smoke-tests
Browse files Browse the repository at this point in the history
chore(protect): include 'node' in cache key
  • Loading branch information
Jahed Ahmed committed Aug 2, 2021
2 parents 9fe5704 + 57db6b2 commit f584ac9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/snyk-protect-production-smoke-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ jobs:
id: npm7-cache
with:
path: ${{ steps.npm7-cache-dir.outputs.dir }}
key: ${{ runner.os }}-${{ matrix.node_version }}-npm7-${{ hashFiles('**/package.json') }}
key: ${{ runner.os }}-node${{ matrix.node_version }}-npm7-${{ hashFiles('**/package.json') }}
restore-keys: |
${{ runner.os }}-${{ matrix.node_version }}-npm7-
${{ runner.os }}-node${{ matrix.node_version }}-npm7-
- run: npx npm@7 install
- run: npx npm@7 run test:smoke -w @snyk/protect
Expand Down

0 comments on commit f584ac9

Please sign in to comment.