1
0
mirror of https://github.com/go-task/task.git synced 2025-01-06 03:53:54 +02:00

Try checking out HEAD

This commit is contained in:
Paulo Bittencourt 2024-10-29 18:54:16 -04:00
parent 870946f436
commit 61db810311

View File

@ -1116,7 +1116,7 @@ func TestIncludesRemote(t *testing.T) {
secondRemote: "./second/Taskfile.yml",
},
{
firstRemote: srv.URL + "/repo.git//" + dir + "/first/Taskfile.yml?ref=main",
firstRemote: srv.URL + "/repo.git//" + dir + "/first/Taskfile.yml?ref=HEAD",
secondRemote: "./second/Taskfile.yml",
skip: !gitSupported,
},