Skip to content

Merge pull request #31 from fluree/fix/cyclic-context-guard #88

Merge pull request #31 from fluree/fix/cyclic-context-guard

Merge pull request #31 from fluree/fix/cyclic-context-guard #88

Workflow file for this run

name: CI
on: [push]
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Prepare java
uses: actions/setup-java@v3
with:
distribution: 'corretto'
java-version: 17
- name: Install clojure
uses: DeLaGuardo/[email protected]
with:
cli: 'latest'
bb: 'latest'
- name: Prep tests
run: npm install
- name: Run tests
run: make test