From ebb6d5de1f969a17fdaac9afed599258f75e05e8 Mon Sep 17 00:00:00 2001 From: MaxUlysse Date: Wed, 17 Feb 2021 00:34:55 +0100 Subject: [PATCH] fix: Apply suggestions from code review --- .github/PULL_REQUEST_TEMPLATE.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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`