We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d8ebbd commit 3fb5739Copy full SHA for 3fb5739
.github/workflows/main.yml
@@ -10,4 +10,4 @@ jobs:
10
run: curl -fsSL https://code.askimed.com/install/nf-test | bash
11
- name: test
12
working-directory: nextflow/vcf_prepper
13
- run: ${GITHUB_WORKSPACE}/nf-test test nextflow/vcf_prepper/tests
+ run: ${GITHUB_WORKSPACE}/nf-test test tests
0 commit comments