Skip to content

Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.32.0 to 2.33.0 #104

Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.32.0 to 2.33.0

Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.32.0 to 2.33.0 #104

name: test
on:
pull_request_target:
types: [labeled, synchronize]
jobs:
test:
runs-on: ubuntu-latest
if: contains(github.event.pull_request.labels.*.name, 'ok-to-test')
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/setup-go@v4
with:
go-version: 1.21
- name: Run tests
run: make testacc