Skip to content

Merge commit '3765cbca5adfa625d53266f4e68a595d8cdffd61' #36

Merge commit '3765cbca5adfa625d53266f4e68a595d8cdffd61'

Merge commit '3765cbca5adfa625d53266f4e68a595d8cdffd61' #36

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