Cannot depends_post on task with depends #3965
Replies: 1 comment
-
|
#3949 might be related |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
For a setup like this one:
Running
mise run threehangs indefinitely.I would expect
threeto loadtwoafter itself, which would loadonebefore running.So the order of execution would be
three,one,two.Is this correct?
Output of
mise doctor:Beta Was this translation helpful? Give feedback.
All reactions