Skip to content

build(deps): bump github.com/infisical/go-sdk from 0.6.5 to 0.6.8 (#966) #743

build(deps): bump github.com/infisical/go-sdk from 0.6.5 to 0.6.8 (#966)

build(deps): bump github.com/infisical/go-sdk from 0.6.5 to 0.6.8 (#966) #743

Workflow file for this run

name: E2E test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
e2e-test:
runs-on: ubuntu-latest
env:
SKIP_TESTS: true
steps:
- name: Create k8s Kind Cluster
uses: helm/kind-action@v1.13.0
with:
cluster_name: cluster
- name: Set k8s provider
run: |
kubectl create namespace test-namespace
kubectl create secret generic mysecret -n test-namespace --from-literal=key=p4ssw0rd
kubectl create configmap myconfigmap -n test-namespace --from-literal=key=configValue
- uses: actions/checkout@v6
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version-file: 'go.mod'
cache: true
- name: test
run: make test