Skip to content

Commit

Permalink
Test pc relate validation works
Browse files Browse the repository at this point in the history
  • Loading branch information
ravwojdyla committed Sep 5, 2020
1 parent 93206bb commit 7775e58
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
- name: Test with pytest and coverage
run: |
pytest -v --cov=sgkit --cov-report=term-missing
- name: Validate PC Relate
run: ./validation/gwas/method/pc_relate/run.sh
- name: Upload coverage to Codecov
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit 7775e58

Please sign in to comment.