Open yan-zaitsev-hs opened 1 year ago
This is how I solved using the fork: https://github.com/yan-zaitsev-hs/xcresulttool/tree/release/v1 I delete everything except action.yml & dist folders.
action size decreased from ~200MB to ~500KB
I'm seeing this now as well.
Same here, with self-hosted runners this action times out pretty often.
Hi, I tried to use your action but GitHub job is failing on my self-runner machine with the following errors:
The problem is, that machine does not have good enough connection to download 200MB repo. Do you know if there are exists any way to decrease size of the repo? What I see, a lot of space is taken by tests folder and actually we need to have only
dist
folder to run the action.