Skip to content

Commit 5d3413e

Browse files
committed
Filter out bootstrap files in examples runner
1 parent 77fa8b6 commit 5d3413e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/runner

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ $app = (new SingleCommandApplication('Symfony AI Example Runner'))
5151
->name($filter)
5252
->exclude('vendor')
5353
->sortByName()
54+
->notName('bootstrap.php')
5455
->files();
5556

5657
$io->comment(sprintf('Found %d example(s) to run.', count($examples)));

0 commit comments

Comments
 (0)