Skip to content

Introduce kcl-version of composition #15

Introduce kcl-version of composition

Introduce kcl-version of composition #15

Workflow file for this run

name: render-test
on:
- pull_request
jobs:
test:
name: runner / render-test
runs-on: e2-standard-8
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: Run KCL Unit-Tests
id: run-kcl-test
run: |
set -eo pipefail
make submodules
echo "here"
make render.test