Skip to content

feat: change env to map in the front-end model #15

feat: change env to map in the front-end model

feat: change env to map in the front-end model #15

Workflow file for this run

name: test
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: KCL Installation
run: wget -q https://kcl-lang.io/script/install-cli.sh -O - | /bin/bash
- uses: actions/setup-go@v1
with:
go-version: "1.19"
- name: Example tests
shell: bash -ieo pipefail {0}
run: PATH=$PATH:$HOME/go/bin ./scripts/test.sh