-
Notifications
You must be signed in to change notification settings - Fork 177
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve the cache test case #59
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
script 默认的 return 被设置的名字是 result ,我弄错了。已修改 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
好了,看了下key正常了,我合入了
@Yikun 我注意到一个问题,由于原先的测试问题,造成 比如 : key: ${{ runner.os }}-yikun-hub-cache-${{ steps.info.outputs.result }}
restore-keys: ${{ runner.os }}-yikun-hub-cache 非常抱歉,我的失误造成这样的问题……😭 |
@yi-Xu-0100 奥,好,就改成这个。cache这个反正确实挺烦人的。 那改后,就是每次会保存cache |
Use the
Linux-yikun-repos-cache-{times}
as key, andLinux-yikun-repos-cache-
as restore_key to make sure the cache would be refreshed at every PR.close #58