Skip to content

fix: include ice generation in resampling process #40

fix: include ice generation in resampling process

fix: include ice generation in resampling process #40

Workflow file for this run

name: Unit Tests
on:
pull_request:
branches: [ master ]
jobs:
test:
timeout-minutes: 60
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
with:
node-version: '24'
- name: Install dependencies
run: npm ci
- name: Run Unit tests
run: npm run test