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
This file passes validation, but has a fairly big bug in it. The job test_graph_dumped_correctly uses needs.detect_changes but it is not defined in the the needs section of that job.
The bug is subtle, as the jobs will be executed in the expected order (due to the build_graph job in between). However the GitHub docs are clear that an explicit needs is required.
Given the following workflow file:
This file passes validation, but has a fairly big bug in it. The job
test_graph_dumped_correctly
usesneeds.detect_changes
but it is not defined in the theneeds
section of that job.The bug is subtle, as the jobs will be executed in the expected order (due to the
build_graph
job in between). However the GitHub docs are clear that an explicitneeds
is required.It would be great if this check could be added as well.
The text was updated successfully, but these errors were encountered: