Skip to content

Commit 4d8ebbd

Browse files
committed
Change work directory
1 parent 7c46b0e commit 4d8ebbd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: nf-test
2-
on: [push]
2+
on: [push, pull_request]
33

44
jobs:
55
unit-test:
@@ -9,4 +9,5 @@ jobs:
99
- name: setup
1010
run: curl -fsSL https://code.askimed.com/install/nf-test | bash
1111
- name: test
12+
working-directory: nextflow/vcf_prepper
1213
run: ${GITHUB_WORKSPACE}/nf-test test nextflow/vcf_prepper/tests

0 commit comments

Comments
 (0)