We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f03a097 commit dd8a536Copy full SHA for dd8a536
docs/developer/index.md
@@ -137,6 +137,13 @@ cd tests/checks
137
./qrun.sh
138
```
139
140
+To run a specific integration test:
141
+
142
+```bash
143
+cd tests/checks
144
+./qrun.sh <folder>
145
+```
146
147
To test the documentation snippets:
148
149
```bash
tests/config-secrets.nf
@@ -1,4 +1,4 @@
1
2
workflow {
3
- log.info "outputDir: ${workflow.outputDir.name}"
+ println "outputDir: ${workflow.outputDir.name}"
4
}
0 commit comments