Skip to content

Commit 567c64c

Browse files
committed
Plugin with version to not check/update when testing
1 parent 62f4638 commit 567c64c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pipelines/nextflow/tests/workflows/nextflow_test.config

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ nextflowVersion = '!>=23.01'
1919
// Set default for NXF_WORK
2020
NXF_WORK = System.getenv("NXF_WORK") ?: "$PWD/work"
2121

22+
plugins {
23+
24+
}
25+
2226
params {
2327
cache_dir = "$NXF_WORK/cache"
2428
storeDir_latency = 5

0 commit comments

Comments
 (0)