Skip to content

Merge branch 'main' into pomo-counts #370

Merge branch 'main' into pomo-counts

Merge branch 'main' into pomo-counts #370

Workflow file for this run

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