nextflow-io / nf-nomad

Hashicorp Nomad executor plugin for Nextflow
https://nextflow-io.github.io/nf-nomad/
Apache License 2.0
2 stars 2 forks source link

add integration tests #36

Closed jagedn closed 4 weeks ago

jagedn commented 1 month ago

This is a first proposal about how to run "integration" tests

Basically it uses a couple of bash to prepare and run a local server+client mounting a folder as a volume so we can run basic pipelines to validate them against last version of the plugin

closes #35