Enhance cache-dependency-path handling to support files outside the workspace root (#1128)

* ehnace cache dependency path handling

* logic update

* npm run format-check

* update cacheDependencies tests to cover resolved paths and copy edge cases

* check failure fix

* depricate-windows-2019

* refactored the code

* Check failure fix
This commit is contained in:
aparnajyothi-y 2025-06-25 10:10:44 +05:30 committed by GitHub
parent e9c40fbc2b
commit 1264885983
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 243 additions and 5 deletions

View file

@ -412,7 +412,7 @@ steps:
- run: pip install -e .
# Or pip install -e '.[test]' to install test dependencies
```
Note: cache-dependency-path supports files located outside the workspace root by copying them into the workspace to enable proper caching.
# Outputs and environment variables
## Outputs