Skip to content

No need for 'embed' workaround in test anymore. #38

No need for 'embed' workaround in test anymore.

No need for 'embed' workaround in test anymore. #38

Workflow file for this run

name: Tests
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Install dependencies
run: |
lein deps
npm install
- name: Run ClojureScript tests
run: |
lein build-test
npx karma start --single-run
# - name: Run Clojure tests
# run: |
# lein test