From f08935b071b2f9c88b945179fabb2d635745036f Mon Sep 17 00:00:00 2001 From: Chris Kachulis Date: Mon, 3 Jun 2024 16:48:20 -0400 Subject: [PATCH] fir github workflow --- .github/workflows/run_tests.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/workflows/run_tests.yaml diff --git a/.github/workflows/run_tests.yaml b/.github/workflows/run_tests.yaml new file mode 100644 index 000000000..b474d2210 --- /dev/null +++ b/.github/workflows/run_tests.yaml @@ -0,0 +1,18 @@ +on: push +jobs: + test: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - id: auth + name: 'Authenticate to Google Cloud' + uses: 'google-github-actions/auth@v4' + with: + workload_identity_provider: 'projects/1038484894585/locations/global/workloadIdentityPools/github-wi-pool/providers/github-wi-provider' + service_account: palantir-workflows-service-acc@broad-dsde-methods.iam.gserviceaccount.com + - run: | + wget https://github.com/broadinstitute/cromwell/releases/download/84/cromwell-84.jar + apt-get update + apt-get install -y make + export CROMWELL_JAR=/home/circleci/project/cromwell-84.jar + make test