Skip to content

add top-level graph metadata to test #93

add top-level graph metadata to test

add top-level graph metadata to test #93

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