Skip to content

chore(deps): bump hashicorp/helm from 2.13.1 to 2.13.2 #119

chore(deps): bump hashicorp/helm from 2.13.1 to 2.13.2

chore(deps): bump hashicorp/helm from 2.13.1 to 2.13.2 #119

Workflow file for this run

name: make bootstrap CI
on:
pull_request:
jobs:
bootstrap:
runs-on: ubuntu-latest
steps:
- uses: hashicorp/setup-terraform@v3
- uses: actions/checkout@v4
- run: |
terraform init
terraform apply -target=module.boundary -auto-approve
terraform apply -auto-approve
- run: make teardown