Skip to content

chore: bump kcl to v0.5.0-beta.1 (#119) #246

chore: bump kcl to v0.5.0-beta.1 (#119)

chore: bump kcl to v0.5.0-beta.1 (#119) #246

Workflow file for this run

name: build-and-test-windows
on:
pull_request:
push:
branches:
- main
- "releases/*"
jobs:
build-and-test:
runs-on: windows-latest
steps:
- name: Git checkout
uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17
- name: Set up python
uses: actions/setup-python@v4
with:
python-version: '3.10'
# Parallel tests
- run: go test ./...