fix for github action

This commit is contained in:
zu1k
2020-08-20 18:25:23 +08:00
parent c6c5a4c707
commit 07a91fd647

View File

@@ -11,7 +11,7 @@ import (
)
func TestConfigFile(t *testing.T) {
c, err := config.Parse("../source.yaml")
c, err := config.Parse("../../source.yaml")
if err != nil {
t.Error(err)
return