Moved example configuration from docs/examples/ to top-level examples/
All checks were successful
ci/woodpecker/tag/release Pipeline was successful

This commit is contained in:
2026-05-19 19:46:40 -05:00
parent 574b1cde6c
commit c5c35cd3b4
11 changed files with 12 additions and 12 deletions

View File

@@ -891,7 +891,7 @@ func TestValidateMissingAudioSource(t *testing.T) {
}
func TestExamplesLoadAndValidate(t *testing.T) {
examplesDir := filepath.Join("..", "..", "docs", "examples")
examplesDir := filepath.Join("..", "..", "examples")
tests := []struct {
name string
pipelineFile string