Skip to content

Commit 7d246ce

Browse files
authored
Bump cromwell version to 89 for tests (#220)
1 parent 7d98990 commit 7d246ce

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/run_tests.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
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

@@ -36,7 +36,7 @@ jobs:
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
@@ -51,6 +51,9 @@ jobs:
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)

Utilities/WDLs/IntervalList2Bed.wdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)