Skip to content

Commit

Permalink
Fix test no sheet
Browse files Browse the repository at this point in the history
  • Loading branch information
luisas committed Feb 21, 2025
1 parent 95c0384 commit c8472cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -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' }
}
Expand Down

0 comments on commit c8472cd

Please sign in to comment.