From bb026dacdb38a6c9f797c66fd7ec5de49aa1f699 Mon Sep 17 00:00:00 2001 From: atrigila <18577080+atrigila@users.noreply.github.com> Date: Wed, 14 Aug 2024 17:39:42 +0000 Subject: [PATCH] re-add illumina to CI --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 309721f9..3463d872 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,9 +27,9 @@ jobs: - "23.04.0" - "latest-everything" profile: - - "test" - - "test_no_genome" - - "test_umi" + - "test,illumina" + - "test_no_genome,illumina" + - "test_umi,illumina" - "test_index,illumina" steps: - name: Check out pipeline code