Skip to content

Move people.json to a more sensible location #208

Move people.json to a more sensible location

Move people.json to a more sensible location #208

Workflow file for this run

name: Unit Tests (Vitest)
on:
push:
branches: [dev]
pull_request:
branches: [dev]
jobs:
Unit-test-vitest:
timeout-minutes: 60
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v4
with:
node-version: 20.13.1
- name: Install dependencies
run: npm ci
- name: Run Vitest
run: npx vitest