Skip to content

Fix docs and tests after 8e0f0234f2018b2c446ceb5ec93e94228faed394 #4

Fix docs and tests after 8e0f0234f2018b2c446ceb5ec93e94228faed394

Fix docs and tests after 8e0f0234f2018b2c446ceb5ec93e94228faed394 #4

Workflow file for this run

name: CI
on:
push:
branches-ignore:
- "gh-pages"
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up node
uses: actions/setup-node@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.x"
- name: Install dependencies
run: npm install
- name: Build and run unit tests
run: make test