Skip to content

Commit

Permalink
Update automated-tests.yml
Browse files Browse the repository at this point in the history
add cache dependency path
  • Loading branch information
sdetweil authored Nov 13, 2024
1 parent 159b969 commit d2bb6d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/automated-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
push:
branches: [master, dev]
pull_request:
branches: [master, dev]
branches: [dev]

permissions:
contents: read
Expand All @@ -28,6 +28,7 @@ jobs:
node-version: ${{ matrix.node-version }}
check-latest: true
cache: "npm"
cache-dependency-path: "./package-lock.json"
- name: "Install dependencies"
run: |
npm run install --omit=dev
Expand Down

0 comments on commit d2bb6d8

Please sign in to comment.