Skip to content

switch to FencedBlocks #78

switch to FencedBlocks

switch to FencedBlocks #78

Workflow file for this run

name: Tests
on:
push:
branches: [ main, master ]
pull_request:
branches: [ main, master ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Java
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '18'
- name: Install Clojure tools
uses: DeLaGuardo/[email protected]
with:
cli: latest
bb: latest
- name: Install npm dependencies
run: npm install
- name: Run CLJ tests
run: clojure -M:test
- name: Run CLJS tests
run: npx shadow-cljs compile test && node out/node-tests.js