Skip to content

Commit

Permalink
Add all WDL files to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
amstilp committed May 29, 2024
1 parent ae0e603 commit 0189812
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/womtool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,14 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
wdl-file: ["validate_gsr_model.wdl"]
wdl-file: [
./gsr_data_report.wdl,
./check_vcf_samples.wdl,
./pheno_qc/pheno_qc.wdl,
./validate_genotype_model.wdl
./validate_gsr_model.wdl,
./validate_phenotype_model.wdl,
]

name: "Run womtool: ${{ matrix.wdl-file }}"

Expand Down

0 comments on commit 0189812

Please sign in to comment.