Skip to content

chore(deps-dev): bump vite from 6.2.0 to 6.2.6 in /site #195

chore(deps-dev): bump vite from 6.2.0 to 6.2.6 in /site

chore(deps-dev): bump vite from 6.2.0 to 6.2.6 in /site #195

Workflow file for this run

name: GoTests
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
permissions:
contents: read
jobs:
test-go:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/setup-go@v5
with:
go-version: 1.22.8
- uses: actions/checkout@v4.2.2
- name: Install gotestsum
shell: bash
run: go install gotest.tools/gotestsum@latest
- name: Verify terraform provider
run: |
TF_CLI_CONFIG_FILE=$HOME/.terraformrc go test ./... -run=Test_VerifyE2E/Validate -v
- name: Run tests
run: TF_CLI_CONFIG_FILE=$HOME/.terraformrc gotestsum ./...