From 451b1b7fb1b2179000d7940e133de6c8b44dbbd4 Mon Sep 17 00:00:00 2001 From: Cole Lyman Date: Wed, 30 Oct 2024 14:41:20 -0600 Subject: [PATCH] Fix BAM input test --- .github/workflows/integration_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index ecab6f0c..32af491f 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -87,7 +87,7 @@ jobs: - name: Run BAM Input if: success() || failure() run: | - nox -s bam -- test print + nox -s bam-single -- test print - name: Run BAM Output if: success() || failure()