File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1616 - uses : actions/checkout@v4
1717 - uses : ./.github/actions/install-cromwell
1818 with :
19- CROMWELL_VERSION : 88
19+ CROMWELL_VERSION : 89
2020 - name : Womtool Validate
2121 run : find . -name '*.wdl' | xargs -tI {} java -jar ${WOMTOOL_JAR} validate {}
2222
3636 service_account : palantir-workflows-service-acc@broad-dsde-methods.iam.gserviceaccount.com
3737 - uses : ./.github/actions/install-cromwell
3838 with :
39- CROMWELL_VERSION : 88
39+ CROMWELL_VERSION : 89
4040 - uses : ./.github/actions/install-watt
4141 with :
4242 WATT_VERSION : v1.3.0
5151 configs: |
5252 test/watt_config.yml
5353 test/simple_cromwell.conf
54+ .github/workflows/run_tests.yaml
55+ .github/actions/install-cromwell/action.yaml
56+ .github/actions/install-watt/action.yaml
5457 - name : Choose tests to run
5558 id : choose_tests_to_run
5659 if : github.ref != 'refs/heads/main' && !steps.changed-files.outputs.configs_all_changed_and_modified_files && (steps.changed-files.outputs.wdl_all_changed_and_modified_files || steps.changed-files.outputs.json_all_changed_and_modified_files)
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ task Convert {
8383 docker : "us.gcr.io/broad-gatk/gatk:" + gatk_tag
8484 preemptible : select_first ([preemptible , 0 ])
8585 disks : "local-disk " + disk_size + " HDD"
86- bootDiskSizeGb : "16"
86+ bootDiskSizeGb : 16
8787 cpu : cpu
8888 memory : memory + " GB"
8989 }
You can’t perform that action at this time.
0 commit comments