diff --git a/.github/workflows/integration-tests.yaml b/.github/workflows/integration-tests.yaml index 8645beb3e..6b66cc9a9 100644 --- a/.github/workflows/integration-tests.yaml +++ b/.github/workflows/integration-tests.yaml @@ -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