npm-install icon indicating copy to clipboard operation
npm-install copied to clipboard

decompress cache to subfolder

Open jlg4 opened this issue 4 years ago • 0 comments

Hi

I have a config:

   - uses: bahmutov/npm-install@v1
      if: needs.check.outputs.build_web_clients == 'true'
      with:
          working-directory: src/SoMeSociety.Brandarmies/Client.Shared

but it seems the cache is decompressed to a different folder and thus not speeding up my build. what am I missing?

Screenshot 2021-10-08 090418

Thanks!

jlg4 avatar Oct 08 '21 07:10 jlg4