1
0
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:
Ukjae Jeong
2025-01-29 22:46:43 +00:00
committed by GitHub
parent c903d5c6f4
commit edbb83f6de
2 changed files with 15 additions and 9 deletions

View File

@@ -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{