We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Our testing workflow has fallen behind nf-core's: https://nf-co.re/blog/2024/maintainers-minutes-2024-11-29.
It's starting to cause issues with CI/CD. For example with how nf-test is downloaded: https://github.com/mskcc-omics-workflows/modules/actions/runs/12381160481/job/34559103879?pr=172
nf-test is now split into multiple workflow:
We'll need to match these new testing workflows.
The text was updated successfully, but these errors were encountered:
I tried switching to the new CI/CD and it didn't fix the singularity issue: https://github.com/mskcc-omics-workflows/modules/pull/174/files#diff-5cd9e7e35a43dae25124955137a4cfd3defccc72c0c701844cd857cff0f4aeeb
Sorry, something went wrong.
The issue was not enabling apptainer:
modules/tests/config/nf-test.config
Lines 35 to 38 in deb2a4e
This PR should fix things: #174 . It also updates the CI.
buehlere
No branches or pull requests
Our testing workflow has fallen behind nf-core's: https://nf-co.re/blog/2024/maintainers-minutes-2024-11-29.
It's starting to cause issues with CI/CD. For example with how nf-test is downloaded: https://github.com/mskcc-omics-workflows/modules/actions/runs/12381160481/job/34559103879?pr=172
nf-test is now split into multiple workflow:
We'll need to match these new testing workflows.
The text was updated successfully, but these errors were encountered: