Skip to content

Commit 46da962

Browse files
committed
add labels for profile tests
1 parent 8676630 commit 46da962

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/default.nf.test

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ nextflow_pipeline {
44
script "../main.nf"
55
tag "pipeline"
66
tag "conda"
7-
tag "test_tiny"
8-
profile "test_tiny"
7+
tag "test"
8+
profile "test"
99

1010

11-
test("-profile test_tiny") {
11+
test("-profile test") {
1212

1313
when {
1414
params {

0 commit comments

Comments
 (0)