Skip to content

Commit

Permalink
test: screen-reader
Browse files Browse the repository at this point in the history
  • Loading branch information
nmerget committed Apr 24, 2024
1 parent b0e164b commit f5f529e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/npm-cache/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ runs:
uses: actions/cache@v4
id: "cache"
with:
path: screen-reader-test/node-modules
path: "**/node_modules"
key: ${{ runner.os }}-node-${{ inputs.nodeVersion }}-${{ hashFiles(inputs.packageLockPath) }}
restore-keys: |
${{ runner.os }}-node-${{ inputs.nodeVersion }}
Expand All @@ -44,4 +44,4 @@ runs:
if: steps.cache.outputs.cache-hit != 'true'
run: |
npm ci
ls screen-reader-test/node-modules
ls node-modules

0 comments on commit f5f529e

Please sign in to comment.