Skip to content

Commit 7524cf0

Browse files
committed
disable conda pipeline level tests + update CHANGELOG
1 parent a32cd19 commit 7524cf0

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

.github/workflows/ci.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,28 @@ jobs:
6565
profile: "conda"
6666
- isMaster: false
6767
profile: "singularity"
68+
- profile: "conda"
69+
nf_test_files: default.nf.test
70+
- profile: "conda"
71+
nf_test_files: featurecounts_group_type.nf.test
72+
- profile: "conda"
73+
nf_test_files: hisat2.nf.test
74+
- profile: "conda"
75+
nf_test_files: kallisto.nf.test
76+
- profile: "conda"
77+
nf_test_files: min_mapped_reads.nf.test
78+
- profile: "conda"
79+
nf_test_files: nextflow.config
80+
- profile: "conda"
81+
nf_test_files: remove_ribo_rna.nf.test
82+
- profile: "conda"
83+
nf_test_files: salmon.nf.test
84+
- profile: "conda"
85+
nf_test_files: skip_qc.nf.test
86+
- profile: "conda"
87+
nf_test_files: skip_trimming.nf.test
88+
- profile: "conda"
89+
nf_test_files: star_rsem.nf.test
6890
steps:
6991
- name: Check out pipeline code
7092
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,10 @@ Special thanks to the following for their contributions to the release:
1818
- [PR #1401](https://github.com/nf-core/rnaseq/pull/1401) - Template update for nf-core/tools v3.0.1
1919
- [PR #1405](https://github.com/nf-core/rnaseq/pull/1405) - Fix bad variable name in subworkflow
2020
- [PR #1406](https://github.com/nf-core/rnaseq/pull/1406) - Keep only one samplesheetToList
21+
- [PR #1409](https://github.com/nf-core/rnaseq/pull/1409) - Fix manifest DOI text
2122
- [PR #1410](https://github.com/nf-core/rnaseq/pull/1410) - Fix issues caused by empty versions from trimming subworkflows
2223
- [PR #1412](https://github.com/nf-core/rnaseq/pull/1412) - Reset versions back to 3.16.1 for patch release
24+
- [PR #1414](https://github.com/nf-core/rnaseq/pull/1414) - Disable pipeline level conda tests
2325

2426
### Parameters
2527

0 commit comments

Comments
 (0)