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