Skip to content

set CLI version in action #35

set CLI version in action

set CLI version in action #35

Workflow file for this run

name: Tests

Check failure on line 1 in .github/workflows/test.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/test.yaml

Invalid workflow file

(Line: 13, Col: 15): Unexpected value '1.12.4.1582'
on: [push]
jobs:
# Runtime Tests
runtime-test:
name: Runtime Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: DeLaGuardo/setup-clojure@13.4
with: 1.12.4.1582
- name: Build tests
run: clojure -M:cljs-test:cljs-adv
- name: Run tests
run: |
node target/test/tests-advanced.js | tee test-out.txt
grep -qxF '0 failures, 0 errors.' test-out.txt