diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8ffac504..14a733bc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,4 +40,4 @@ jobs: # For example: adding multiple test runs with different parameters # Remember that you can parallelise this by using strategy.matrix run: | - nextflow run ${GITHUB_WORKSPACE} -profile test,docker --taxdump $PWD/ncbi_taxdump --busco $PWD/busco_database --outdir ./results + nextflow run ${GITHUB_WORKSPACE} -profile test,docker --outdir ./results