Skip to content

Conversation

@idavidrein
Copy link

Fixes the issue where tests in nested directories were not being run by the test workflow.

This PR addresses the issue by removing the -maxdepth 2 constraint from the find command in the run_affected_tests script, allowing it to recursively search through all directories under the package directories, finding all test files regardless of how deeply they are nested.

Resolves stdlib-js#2096

@mentatbot
Copy link

mentatbot bot commented Apr 9, 2025

If you would like me to review this PR, either tag me in a comment or check this box:

  • Review PR

You can disable automatic comments on my settings page

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG]: test workflow is not running tests in nested test directories

2 participants