You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the job that don't have service containers i'm getting these logs:
you can see that the cache is found and then using the cached packages.
On the job that has service containers i'm getting these logs:
you can see that the cache is found and then still downloading the packages instead of using the cache.
When I log into the machine that ran the second job i can see that .cache/pip/ folder has many packages.
Action version:
4
Platform:
Ubuntu
Runner type:
Self-hosted - version 2.322.0
Tools version:
3.10.10
Repro steps:
copy the workflow jobs that I listed and fill in some real data.
Expected behavior:
Cache to be used on both jobs.
Actual behavior:
cache is working only on jobs without service containers.
The text was updated successfully, but these errors were encountered:
Description:
Running on self hosted runner using the following: https://github.com/github-aws-runners/terraform-aws-github-runner
I have a workflow that has multiple jobs, some are regular and some have service containers ie:
On the job that don't have service containers i'm getting these logs:
you can see that the cache is found and then using the cached packages.
On the job that has service containers i'm getting these logs:
you can see that the cache is found and then still downloading the packages instead of using the cache.
When I log into the machine that ran the second job i can see that .cache/pip/ folder has many packages.
Action version:
4
Platform:
Runner type:
Tools version:
3.10.10
Repro steps:
copy the workflow jobs that I listed and fill in some real data.
Expected behavior:
Cache to be used on both jobs.
Actual behavior:
cache is working only on jobs without service containers.
The text was updated successfully, but these errors were encountered: