Skip to content

Commit

Permalink
ci: latest, fix validation check
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmeaton committed Nov 30, 2023
1 parent efe6afa commit 9213998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
- name: validate
run: |
${{ env.RUN_CMD }} run --dataset-dir dataset/sars-cov-2/latest --output-dir output/validate --populations "*" --threads 2
if [[ $(grep "fail" validate/linelist.tsv) ]]; then exit 1; fi
if [[ $(grep "fail" output/validate/linelist.tsv) ]]; then exit 1; fi
- name: plot
run: |
Expand Down

0 comments on commit 9213998

Please sign in to comment.