Skip to content

Commit 13eca5a

Browse files
committed
fix: fix ci
Signed-off-by: zongzhe <[email protected]>
1 parent e54c745 commit 13eca5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414
func TestUpdateReadmeAndMetadata(t *testing.T) {
1515
pwd, err := os.Getwd()
1616
assert.Equal(t, nil, err)
17-
testDir := filepath.Join(pwd, "helloworld")
17+
testDir := filepath.Join(pwd, "helloworld", "0.1.2")
1818
modPath := filepath.Join(testDir, "kcl.mod")
1919
ahPath := filepath.Join(".integration", "artifacthub", "helloworld", "0.1.2", "artifacthub-pkg.yaml")
2020

0 commit comments

Comments
 (0)