secureli icon indicating copy to clipboard operation
secureli copied to clipboard

Cache pip repo in pipeline post-release smoke tests

Open tdurk93 opened this issue 2 years ago • 0 comments

Instead of pulling down pip on every commit to main, we should be caching the results so we can avoid pulling down the same repo frequently. This should speed up pipeline execution time.

Use this cache action: https://github.com/actions/cache

AC:

  • Pipeline executions are using a cached version of the pip repo

tdurk93 avatar Jan 22 '24 19:01 tdurk93