Skip to content

fix ZUBL

fix ZUBL #239

Workflow file for this run

name: Tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out this repo
uses: actions/checkout@v4
- name: Install dependencies
run: npm install
- name: Run tests
run: npm run test
env:
CI: true