Skip to content

Commit

Permalink
Update cache dependency path
Browse files Browse the repository at this point in the history
  • Loading branch information
igoroctaviano committed Oct 27, 2023
1 parent 16d8984 commit cca01cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: "yarn"
cache-dependency-path: "./yarn.lock"
- name: Install dependencies
run: yarn
- name: Build package in production mode
Expand Down

0 comments on commit cca01cf

Please sign in to comment.