From c8472cd720617d53abb68a8e4f0c856cbf1aeb6b Mon Sep 17 00:00:00 2001 From: Luisa Santus Date: Fri, 21 Feb 2025 06:49:15 +0000 Subject: [PATCH] Fix test no sheet --- .github/workflows/ci.yml | 4 ++-- nextflow.config | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bfa205b..7c81203 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: test_name: - "test" - "test_pdb" - - "test_nosheet" + - "test_no_sheet" steps: - name: Check out pipeline code uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 @@ -59,7 +59,7 @@ jobs: params: - "--skip_stats --skip_eval --skip_visualisation --skip_validation --skip_preprocessing --skip_shiny --skip_multiqc" test_name: - - "test_nosheet" + - "test_no_sheet" steps: - name: Check out pipeline code uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 diff --git a/nextflow.config b/nextflow.config index b15aee1..cb5f796 100644 --- a/nextflow.config +++ b/nextflow.config @@ -208,7 +208,7 @@ profiles { test_full { includeConfig 'conf/test_full.config' } test_tiny { includeConfig 'conf/test_tiny.config' } test_pdb { includeConfig 'conf/test_pdb.config' } - test_nosheet { includeConfig 'conf/test_no_sheet.config' } + test_no_sheet { includeConfig 'conf/test_no_sheet.config' } test_conda { includeConfig 'conf/test_conda.config' } easy_deploy { includeConfig 'conf/easy_deploy.config' } }