We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c46b0e commit 4d8ebbdCopy full SHA for 4d8ebbd
.github/workflows/main.yml
@@ -1,5 +1,5 @@
1
name: nf-test
2
-on: [push]
+on: [push, pull_request]
3
4
jobs:
5
unit-test:
@@ -9,4 +9,5 @@ jobs:
9
- name: setup
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
0 commit comments