broadinstitute / palantir-workflows

Utility workflows for the DSP hydro.gen team (formerly palantir)
BSD 3-Clause "New" or "Revised" License
19 stars 8 forks source link

Testing overhaul #179

Closed kachulis closed 3 months ago

kachulis commented 4 months ago

two major changes

  1. moves CI testing from circleci to github actions
  2. changes wdl tests from running with local backend to running with GCP Batch backend

requires rickymagner/watt#7

kachulis commented 3 months ago

CircleCI tests fail because CircleCI config yaml is removed, but CircleCI is still active for this project. Once this pr is merged we can deactivate circlci for this repo, so that failure can be safely ignored, I think.

kachulis commented 3 months ago

@rickymagner thanks for the review. I have updated the watt version and branch reference in the readme, so I think this will be ready to merge once approved, (assuming tests pass).

rickymagner commented 3 months ago

Looks good assuming tests pass, thanks!