Skip to content

Chore: (deps): bump kcl-lang.io/kcl-go from 0.9.3 to 0.10.0 #109

Chore: (deps): bump kcl-lang.io/kcl-go from 0.9.3 to 0.10.0

Chore: (deps): bump kcl-lang.io/kcl-go from 0.9.3 to 0.10.0 #109

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
jobs:
build:
name: "Build & Test"
if: "!contains(github.event.head_commit.message, '[ci skip]')"
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- uses: engineerd/[email protected]
with:
version: "v0.11.1"
- name: Kubernetes Testing
run: |
kubectl cluster-info
kubectl get pods -n kube-system
echo "current-context:" $(kubectl config current-context)
echo "environment-kubeconfig:" ${KUBECONFIG}
- name: Project Build & Check
run: make
- name: Run e2e tests
run: ./scripts/deploy_test.sh