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
I'm aware of that issue. Thanks for the PR with updated assets. I will leave this issue open to figure out a proper solution. Maybe a CI that will do the update and will create a PR, sth similar to what dependabot is doing. Mocking is also an option but not sure if it will be a better one, as the final code path won't ever be tested.
Description
Right now, the tests for the project are currently failing due to a mismatch in dates.
For example:
Build: https://github.com/mszostok/version/actions/runs/4269505384/jobs/7432733388?pr=87
Steps to reproduce
Troubleshooting
I looked into updating the date and time for the github actions OS but this is not allowed
We could add some code to normalize the dates but this might hide issues in future Pull requests
Regenerating fixtures fixes this as well
The text was updated successfully, but these errors were encountered: