Skip to content

Update upstream specifications to their latest version #1

Update upstream specifications to their latest version

Update upstream specifications to their latest version #1

# SPDX-FileCopyrightText: The terraform-provider-k8s Authors
# SPDX-License-Identifier: 0BSD
name: ChiselOperatorIoExitNodeV2Manifest
on:
pull_request:
branches: [ main ]
paths:
- examples/data-sources/k8s_chisel_operator_io_exit_node_v2_manifest/**
- internal/provider/chisel_operator_io_v2/chisel_operator_io_exit_node_v2_manifest.go
- internal/provider/chisel_operator_io_v2/chisel_operator_io_exit_node_v2_manifest_test.go
- terratest/chisel_operator_io_v2/chisel_operator_io_exit_node_v2_manifest_test.go
jobs:
terraform:
name: Test with Terraform
runs-on: ubuntu-latest
steps:
- id: checkout
name: Checkout
uses: actions/checkout@v4
- id: setup_go
name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache: true
- id: setup_terraform
name: Setup Terraform
uses: hashicorp/setup-terraform@v3
with:
terraform_wrapper: false
- id: install
name: Install Provider
run: make install
- id: tests
name: Run Unit Tests
run: go test -v -timeout=120s -count=1 ./internal/provider/chisel_operator_io_v2/chisel_operator_io_exit_node_v2_manifest_test.go
- id: terratest
name: Run Terratest Tests
run: go test -v -timeout=120s -count=1 -run TestChiselOperatorIoExitNodeV2Manifest ./terratest/chisel_operator_io_v2