diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a26c28b..ea98e78 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -169,5 +169,5 @@ jobs: - name: Run pipeline with test data uses: Wandalen/wretry.action@v1.0.11 with: - command: nextflow run ${GITHUB_WORKSPACE} -profile test_nothing,docker --run_malt --outdir ./results + command: nextflow run ${GITHUB_WORKSPACE} -profile test_nothing,docker --run_malt --input 'https://github.com/nf-core/test-datasets/raw/taxprofiler/samplesheet_shortreadsonly.csv' --outdir ./results attempt_limit: 3