Skip to content

Commit

Permalink
fir github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kachulis committed Jun 3, 2024
1 parent f878088 commit f08935b
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/run_tests.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit f08935b

Please sign in to comment.