Skip to content

Commit dd8a536

Browse files
committed
Fix failing test
Signed-off-by: Ben Sherman <bentshermann@gmail.com>
1 parent f03a097 commit dd8a536

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docs/developer/index.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,13 @@ cd tests/checks
137137
./qrun.sh
138138
```
139139

140+
To run a specific integration test:
141+
142+
```bash
143+
cd tests/checks
144+
./qrun.sh <folder>
145+
```
146+
140147
To test the documentation snippets:
141148

142149
```bash

tests/config-secrets.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11

22
workflow {
3-
log.info "outputDir: ${workflow.outputDir.name}"
3+
println "outputDir: ${workflow.outputDir.name}"
44
}

0 commit comments

Comments
 (0)