diff --git a/.github/workflows/gh-action-integration-generator.go b/.github/workflows/gh-action-integration-generator.go index c0a3d6aa..b875de62 100644 --- a/.github/workflows/gh-action-integration-generator.go +++ b/.github/workflows/gh-action-integration-generator.go @@ -66,6 +66,7 @@ func findTests() []string { } args := []string{ + "--type", "go", "--regexp", "func (Test.+)\\(.*", "../../integration/", "--replace", "$1",