Skip to content

enable read env map from KCL option("env") function #133

enable read env map from KCL option("env") function

enable read env map from KCL option("env") function #133

Workflow file for this run

name: build-and-test
on:
pull_request:
push:
branches:
- main
- "releases/*"
jobs:
build-and-test:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Git checkout
uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.21
- name: Unit test
run: make test