Skip to content

Commit 3b962d3

Browse files
Add basic example to CI so we can see output
1 parent 0dc76a2 commit 3b962d3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ jobs:
5656
# This is a quick workaround for doing a proper "parallel" setup:
5757
# https://github.com/coverallsapp/github-action
5858
fail-on-error: false
59+
- name: Run basic vcf2zarr example
60+
run: |
61+
python -m bio2zarr vcf2zarr convert tests/data/vcf/sample.vcf.gz sample.vcz -f
5962
6063
packaging:
6164
name: Packaging

0 commit comments

Comments
 (0)