We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ac2d81 commit 502811cCopy full SHA for 502811c
1 file changed
tasks.rb
@@ -3846,7 +3846,7 @@ def display_usage(command_list)
3846
if ENV['CI']
3847
# CI doesn't have git, so default to everything
3848
git_files = Dir['**/*.*']
3849
- git_files -= Dir['workflow/tests/run*/*.*']
+ git_files -= Dir['workflow/tests/run*/**/*.*']
3850
git_files -= Dir['workflow/tests/test_results/*.*']
3851
else
3852
# Only include files under git version control
0 commit comments