From e6afe45c13ea2f10b04ae54dbb63a6ed6979810a Mon Sep 17 00:00:00 2001 From: achingbrain Date: Fri, 27 Oct 2023 11:03:23 +0100 Subject: [PATCH] chore: cache interop output folders --- actions/cache-node-modules/action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/actions/cache-node-modules/action.yml b/actions/cache-node-modules/action.yml index 4a81e92ed..08430c84b 100644 --- a/actions/cache-node-modules/action.yml +++ b/actions/cache-node-modules/action.yml @@ -33,6 +33,8 @@ runs: ./packages/*/dist ./packages/*/types ./packages/*/node_modules + ./interop/*/dist + ./interop/*/node_modules ${{ inputs.directories }} key: ${{ runner.os }}-build-${{ inputs.cache_name }}-${{ github.sha }} - if: steps.cache.outputs.cache-hit != 'true'