Automatically check if the ModCache needs to be regenerated#1362
Conversation
Wires77
left a comment
There was a problem hiding this comment.
I think the only issue I have with this is that maybe it should be its own action. We explicitly removed this type of functionality in PathOfBuildingCommunity/PathOfBuilding#6694 because it would slow down the tests.
If you wanted to get fancy, you could check the PR to see if it was updating ModCache already, because if so you wouldn't need to run this check.
The check is actually running in parallel and separately from the run_tests job and does not slow it down, so it's all good on this part |
Description of the problem being solved:
Add a github CI job to automatically check if the ModCache needs to be regenerated
You can see an example of the test failing on Musholic#2