-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Per module/subworkflow tags.yml file #212
Conversation
Changes: - Add separate tags.yml files for all modules and subworkflows that featured in the original tags.yml file. - Removes old tags.yml file - Adds github action to combine all tags.yml files for pattern matching using yq
|
don't we have too many tests triggered? |
@maxulysse suggested recursively going through the main.nf files and determining which files to test from the main.nf import statements. A good idea but this is a solution for now instead of the best solution. |
I think every test should fire with this PR because we have changed every single folder. |
This one should probably be squashed when merging. |
of course 🤦 |
@maxulysse shall we merge with failing tests? They're all curl limits so far. We could keep retrying overnight. |
Changes: