TEMPLATE: Parallelize pipeline GHA tests over docker/conda/singularity#3214
Conversation
|
continue from #3149 |
|
@nf-core-bot fix linting pretty please 🙏 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files☔ View full report in Codecov by Sentry. |
|
we also need singularity and conda setup as well |
|
In usage already in nf-core/bamtofastq#96 |
| - name: Set up Conda | ||
| if: matrix.profile == 'conda' | ||
| run: | | ||
| nextflow run ${GITHUB_WORKSPACE} -profile test,singularity --outdir ./results | ||
| if: "{% raw %}${{ github.base_ref == 'master' }}{% endraw %}" | ||
| conda clean -a | ||
| conda install -n base conda-libmamba-solver | ||
| conda config --set solver libmamba | ||
| echo $(realpath $CONDA)/condabin >> $GITHUB_PATH | ||
| echo $(realpath python) >> $GITHUB_PATH |
There was a problem hiding this comment.
I just copy pasted from modules
There was a problem hiding this comment.
so which part should I remove there?
There was a problem hiding this comment.
Co-authored-by: Matthias Hörtenhuber <[email protected]>
Co-authored-by: Matthias Hörtenhuber <[email protected]>
|
Linting is failing because of the location of some of the |
|
What's the code for the CHANGELOG? |
Co-authored-by: Matthias Hörtenhuber <[email protected]>
PR checklist
CHANGELOG.mdis updateddocsis updated