Skip to content

cleanup methods, types, and namings #70

cleanup methods, types, and namings

cleanup methods, types, and namings #70

Workflow file for this run

name: Tests
on:
pull_request:
branches: [develop]
push:
branches: [develop]
workflow_dispatch:
jobs:
Run-Unit-Tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 14
- run: npm install
- name: Run Tests
run: npm run utest