Skip to content

chore: bump kcl lib version to 0.10.0-beta.2 and update release CI and dockerfile #7

chore: bump kcl lib version to 0.10.0-beta.2 and update release CI and dockerfile

chore: bump kcl lib version to 0.10.0-beta.2 and update release CI and dockerfile #7

Workflow file for this run

name: CI
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
test:
name: Test
runs-on: ubuntu-latest
container:
image: plutolang/pluto
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Install dependencies
run: |
npm install
python3 -m pip install -r requirements.txt
python3 -m pip install pytest
- name: Test
run: ./scripts/test2.sh