Skip to content

Fix ONNX shutdown crash: let event loop drain instead of process.exit() #13

Fix ONNX shutdown crash: let event loop drain instead of process.exit()

Fix ONNX shutdown crash: let event loop drain instead of process.exit() #13

Workflow file for this run

name: CI
on:
push:
branches: ['**']
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 24
cache: npm
- run: npm ci
- name: Build server
run: npm run build:server
- name: Run tests
run: npm test