Skip to content

ASYNC-270: assoc value of exec into opts to capture the default value… #237

ASYNC-270: assoc value of exec into opts to capture the default value…

ASYNC-270: assoc value of exec into opts to capture the default value… #237

Workflow file for this run

name: CLJS Tests
permissions:
contents: read
on: [push]
jobs:
# Runtime Tests
runtime-test:
name: Runtime Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DeLaGuardo/setup-clojure@13.2
with:
tools-deps: '1.12.0.1530'
- 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