Skip to content

Commit 367df34

Browse files
authored
Merge pull request #207 from luisas/fix_test
Fix test no sheet
2 parents 95c0384 + c8472cd commit 367df34

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
test_name:
3030
- "test"
3131
- "test_pdb"
32-
- "test_nosheet"
32+
- "test_no_sheet"
3333
steps:
3434
- name: Check out pipeline code
3535
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
@@ -59,7 +59,7 @@ jobs:
5959
params:
6060
- "--skip_stats --skip_eval --skip_visualisation --skip_validation --skip_preprocessing --skip_shiny --skip_multiqc"
6161
test_name:
62-
- "test_nosheet"
62+
- "test_no_sheet"
6363
steps:
6464
- name: Check out pipeline code
6565
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4

nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ profiles {
208208
test_full { includeConfig 'conf/test_full.config' }
209209
test_tiny { includeConfig 'conf/test_tiny.config' }
210210
test_pdb { includeConfig 'conf/test_pdb.config' }
211-
test_nosheet { includeConfig 'conf/test_no_sheet.config' }
211+
test_no_sheet { includeConfig 'conf/test_no_sheet.config' }
212212
test_conda { includeConfig 'conf/test_conda.config' }
213213
easy_deploy { includeConfig 'conf/easy_deploy.config' }
214214
}

0 commit comments

Comments
 (0)