Skip to content

[maint] test cleanup #74

[maint] test cleanup

[maint] test cleanup #74

Workflow file for this run

name: Test
on:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
cache: "npm"
- run: npm ci
- run: npm run lint
- run: npm run build
- run: npm test
- name: "Upload Coverage"
uses: actions/upload-artifact@v4
with:
name: coverage
path: coverage