Skip to content

return to orig design in that a single fn/var can fully specify a pro… #71

return to orig design in that a single fn/var can fully specify a pro…

return to orig design in that a single fn/var can fully specify a pro… #71

Workflow file for this run

name: CLJS Tests
on: [push]
jobs:
# Runtime Tests
runtime-test:
name: Runtime Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DeLaGuardo/[email protected]
with:
tools-deps: '1.12.0.1488'
- name: Build tests
run: clojure -M:cljs-test:adv
- name: Run tests
run: |
node out-adv-node/tests.js | tee test-out.txt
grep -qxF '0 failures, 0 errors.' test-out.txt