-
-
Notifications
You must be signed in to change notification settings - Fork 30.9k
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
CI: set correct working directory for Hypothesis cache #119345
Conversation
Head branch was pushed to by a user without write access
791c418
to
219de60
Compare
Marking as draft; I'll mark ready-for-review once I see a build which successfully uploaded the cache and artifact. |
GitHub might be using the main branch's actions rather than those from this PR. |
219de60
to
3a51825
Compare
083f0eb
to
dbfb2e6
Compare
@encukou got it! The problem was that |
Thanks! |
Set cwd for Hypothesis database
Set cwd for Hypothesis database
I noticed when pairing with @encukou that this cache logic never found any files to upload (nor restore).
This isn't a huge problem, but ensuring that we replay any known failing examples on your branch is a nicer developer experience, made possible by persisting the cache between runs.