Skip to content

chore: bump kcl version to 0.7.0.alpha.2 and bump kpm version to 0.4.… #293

chore: bump kcl version to 0.7.0.alpha.2 and bump kpm version to 0.4.…

chore: bump kcl version to 0.7.0.alpha.2 and bump kpm version to 0.4.… #293

Workflow file for this run

name: e2e test
on: [push, pull_request]
jobs:
e2e:
name: e2e test
runs-on: ubuntu-20.04
steps:
- name: checkout code
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: install Go
uses: actions/setup-go@v2
with:
go-version: 1.19
- name: run e2e
run: |
make e2e