mirror of
https://github.com/go-task/task.git
synced 2025-11-25 22:32:55 +02:00
fix: HTTPNode.Location when building graph (#2007)
* Fix HTTPNode.Location when building graph * Add test and fix cache
This commit is contained in:
@@ -1218,6 +1218,10 @@ func TestIncludesRemote(t *testing.T) {
|
||||
firstRemote: srv.URL + "/first/Taskfile.yml",
|
||||
secondRemote: "./second/Taskfile.yml",
|
||||
},
|
||||
{
|
||||
firstRemote: srv.URL + "/first/",
|
||||
secondRemote: srv.URL + "/first/second/",
|
||||
},
|
||||
}
|
||||
|
||||
tasks := []string{
|
||||
|
||||
Reference in New Issue
Block a user