Skip to content

better error logging #94

better error logging

better error logging #94

Workflow file for this run

name: Unit Test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
name: Unit Test
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install
run: npm ci
- name: Run Tests
run: npm run test