Skip to content

build(deps): bump github.com/hashicorp/hcp-sdk-go (#689) #48

build(deps): bump github.com/hashicorp/hcp-sdk-go (#689)

build(deps): bump github.com/hashicorp/hcp-sdk-go (#689) #48

Workflow file for this run

name: Unit Test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
unit-test:
runs-on: ubuntu-latest
env:
SKIP_TESTS: true
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
cache: true
- name: test
run: echo "unit test"