modules
modules copied to clipboard
nf-test Github actions decompress automatically tar.gz outputs when they should not
Have you checked the docs?
Description of the bug
It seems that tar.gz outputs are decompressed automatically in Github actions (singularity, docker, conda) and it is then not possible to test if a file output is a compressed file.
Details here: https://github.com/nf-core/modules/pull/5510
No problem on Gitpod instance.
Command used and terminal output
Github Action
Relevant files
.test files
System information
Github action
For the sake of information, there seems to be a similar bug in Conda: https://github.com/conda/conda/issues/3798
More understandable reference: https://github.com/nf-core/modules/pull/5510#issuecomment-2092342433