Skip to content

Fixes and improvements to the benchmarking action #144

Fixes and improvements to the benchmarking action

Fixes and improvements to the benchmarking action #144

name: Run TypeScript tests
on:
workflow_dispatch:
pull_request:
jobs:
typescript-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: "build and test"
run: |
npm install
npm run build
npm run test