Skip to content

Commit

Permalink
ci: test cache
Browse files Browse the repository at this point in the history
  • Loading branch information
eoaksnes committed Nov 1, 2023
1 parent 3fc7b5c commit 09bffc5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,9 @@ jobs:
cache-name: cache-node-modules
with:
path: |
**/node_modules
**/yarn.lock
./example/node_modules
./node_modules
./yarn.lock
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('./packages/dm-core/package.json')}}-${{ hashFiles('./packages/dm-core-plugins/package.json') }}

- name: Install dependencies
Expand Down

0 comments on commit 09bffc5

Please sign in to comment.