fix(ci): minor fixes.
This commit is contained in:
parent
cf7ce9603e
commit
b9cfd787c8
7 changed files with 17 additions and 27 deletions
|
|
@ -84,7 +84,7 @@ func TestTask_Apply(t *testing.T) {
|
|||
},
|
||||
}
|
||||
chdirGitRoot()
|
||||
cfg.Root.RemoveAll()
|
||||
_ = cfg.Root.RemoveAll()
|
||||
for _, tt := range tests {
|
||||
t.Run(tt.name, func(t *testing.T) {
|
||||
got, err := tt.task.Apply()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue