diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d6dcd1e..dc483a0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,8 +60,9 @@ jobs: - name: Run pipeline with test data run: | - nextflow run main.nf \ + nextflow \ -log $(pwd)/nextflow.log \ + run main.nf \ --outdir results \ --db $(pwd)/assets/databases/emu_database \ --seqtype map-ont \