askimed / nf-test

Simple test framework for Nextflow pipelines
https://www.nf-test.com
MIT License
146 stars 23 forks source link

Add `--ci` flag #217

Closed lukfor closed 6 months ago

lukfor commented 6 months ago

The --ci flag activates the CI mode. Instead of automatically storing a new snapshot as per usual, it will now fail the test if no reference snapshot is available.

his enables tests to fail on GitHub actions when a snapshot file was forgotten to be committed.

sateeshperi commented 6 months ago

yes yes yes!