Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/nf-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
env:
NFT_VER: ${{ env.NFT_VER }}
with:
max_shards: 7
max_shards: 10

- name: debug
run: |
Expand Down
8 changes: 2 additions & 6 deletions tests/default.nf.test
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,7 @@ nextflow_pipeline {
}
}
*/
/*
// removed in CI because "No splace left on disk" error encountered

test("-profile test_accessions_only") {
tag "test_accessions_only"

Expand Down Expand Up @@ -165,7 +164,6 @@ nextflow_pipeline {
)
}
}
*/

test("-profile test_one_accession_low_gene_count") {
tag "test_one_accession_low_gene_count"
Expand All @@ -192,8 +190,7 @@ nextflow_pipeline {
)
}
}
/*
// removed in CI because "No splace left on disk" error encountered

test("-profile test_skip_id_mapping") {
tag "test_skip_id_mapping"

Expand All @@ -219,7 +216,6 @@ nextflow_pipeline {
)
}
}
*/

test("-profile test_dataset_custom_mapping_and_gene_length") {
tag "test_dataset_custom_mapping_and_gene_length"
Expand Down
Loading