From 07a91fd64799acd74c8d8d58a26ac4b79eb5a0dc Mon Sep 17 00:00:00 2001 From: zu1k Date: Thu, 20 Aug 2020 18:25:23 +0800 Subject: [PATCH] fix for github action --- internal/app/config_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/app/config_test.go b/internal/app/config_test.go index 2cd43c2..d8bfd62 100644 --- a/internal/app/config_test.go +++ b/internal/app/config_test.go @@ -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