diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 94c5bb95..41367bf7 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -24,6 +24,7 @@ Learn more about contributing: [CONTRIBUTING.md](https://github.com/nf-core/modu - [ ] Follow the input/output options guidelines. - [ ] Add a resource `label` - [ ] Use BioConda and BioContainers if possible to fulfil software requirements. -- [ ] Ensure that the test works (`PROFILE=docker pytest --tag --symlink --wt 2 --keep-workflow-wd`) -- [ ] Ensure that the test works (`PROFILE=singularity pytest --tag --symlink --wt 2 --keep-workflow-wd`) -- [ ] Ensure that the test works (`PROFILE=conda pytest --tag --symlink --wt 2 --keep-workflow-wd`) +- Ensure that the test works with either Docker / Singularity. Conda CI tests can be quite flaky: + - [ ] `PROFILE=docker pytest --tag --symlink --wt 2 --keep-workflow-wd` + - [ ] `PROFILE=singularity pytest --tag --symlink --wt 2 --keep-workflow-wd` + - [ ] `PROFILE=conda pytest --tag --symlink --wt 2 --keep-workflow-wd`