Skip to content

Fix integer division truncation for boolean array matlab parsing #8

Fix integer division truncation for boolean array matlab parsing

Fix integer division truncation for boolean array matlab parsing #8

Workflow file for this run

name: Tests
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
javascript:
name: JavaScript Tests
runs-on: ubuntu-latest
defaults:
run:
working-directory: javascript
steps:
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'npm'
cache-dependency-path: javascript/package-lock.json
- name: Install dependencies
run: npm ci
- name: Run tests
run: npm test