Skip to content

Merge pull request #7 from calcit-lang/updates #32

Merge pull request #7 from calcit-lang/updates

Merge pull request #7 from calcit-lang/updates #32

Workflow file for this run

name: Tests
on:
push:
branches:
- main
pull_request: {}
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 20
cache: 'yarn'
- uses: calcit-lang/setup-cr@0.0.6
- name: "test"
run: caps --ci && cr -1 --entry test
- run: cr -1 --entry test js && yarn && node ./main.mjs