Skip to content

fix: remove schema

fix: remove schema #11

Workflow file for this run

name: Build and test
on:
push:
branches:
- '*'
paths:
- 'src/**'
- 'test/**'
- 'project.clj'
- 'deps.edn'
- '.github/workflows/*'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Choose Java 11
run: |
echo "JAVA_HOME=$JAVA_HOME_11_X64" >> $GITHUB_ENV
echo "$JAVA_HOME_11_X64/bin" >> $GITHUB_PATH
- name: Set up Clojure
uses: DeLaGuardo/[email protected]
with:
cli: 1.11.1.1413
- run: ./script/test_clj.sh
- run: clojure -M:shadow-cljs:test compile test && node target/datascript.js
# - run: ./script/test_js.sh