Debug: failed workflow
Some checks failed
Go test / run-go-vet (push) Successful in 5s
Go test / check-swagger-up-to-date (push) Successful in 8s
Go test / run-go-test (push) Failing after 29s
Go test / release-image (push) Has been skipped
Go test / cleanup-go-test (push) Successful in 4s

This commit is contained in:
2025-12-13 02:01:17 +08:00
parent 7a108de0ab
commit fce9fe9b65

View File

@@ -60,6 +60,7 @@ func Test_03_PutImageAliases(t *testing.T) {
for _, alias := range aliases {
if alias.Name == "testalias2" {
t.Logf("%+v", resp)
t.Fatal("alias should be deleted")
}
}