Skip to content

add builder and stack for testing #921

add builder and stack for testing

add builder and stack for testing #921

Workflow file for this run

name: ci
on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: cue-lang/setup-cue@v1.0.0-alpha.2
with:
version: "v0.6.0-alpha.2"
- run: make test