From 27ea3bc43f07610531baf891b07195bd73992283 Mon Sep 17 00:00:00 2001 From: DLBPointon Date: Tue, 19 Sep 2023 16:37:20 +0100 Subject: [PATCH] Updates to testing --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 89b33330..9d7b7c9b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,4 +48,4 @@ jobs: - name: Run FULL pipeline with test data # Remember that you can parallelise this by using strategy.matrix run: | - nextflow run ${GITHUB_WORKSPACE} -entry FULL -profile github_test,docker --outdir ./results-full + nextflow run ${GITHUB_WORKSPACE} -profile github_test,docker --outdir ./results-full