Skip to content

Add render.test to ci and remove not needed qemu-part #20

Add render.test to ci and remove not needed qemu-part

Add render.test to ci and remove not needed qemu-part #20

Workflow file for this run

name: render-test
on:
- pull_request
- push
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
make render.test