Skip to content

Update copyright headers to IBM Corp (#2848) #40

Update copyright headers to IBM Corp (#2848)

Update copyright headers to IBM Corp (#2848) #40

name: Provider Functions Unit Tests
on:
push:
branches:
- main
- v3-major-release
paths:
- "internal/framework/provider/functions/**/*.go"
pull_request:
branches:
- main
- v3-major-release
paths:
- "internal/framework/provider/functions/**/*.go"
workflow_dispatch:
jobs:
unit_tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- name: Set up Go
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
with:
go-version-file: 'go.mod'
- name: Go mod verify
run: go mod verify
- name: Run unit tests
env:
TF_ACC_TERRAFORM_VERSION: 1.11.2
run: |
make testfuncs