Add nf-test scatter GitHub action to template
Open
@edmundmiller is already working on this.
Since Oct 18, 2023.
nf-test
- Dominant language
- Python
- Stars
- 322
- Forks
- 255
- Avg merge
- 2d 3h
- Merged PRs (30d)
- 5
Description
https://github.com/askimed/nf-test/issues/102
https://playwright.dev/docs/test-sharding
Example: https://github.com/nf-core/methylseq/pull/350
Basically passing the jobs out to multiple GitHub action runners. 1 runner for each test might be a bit excessive, but splitting the testing up into 4ths or by tag or whatever would make sense.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.