Skip to content

test: activate data passing #12638

test: activate data passing

test: activate data passing #12638

Workflow file for this run

name: tests
on: [push, pull_request]
jobs:
tests:
name: ${{ matrix.os }}
runs-on: ${{ matrix.os }}
timeout-minutes: 10
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version-file: .nvmrc
cache: npm
- run: npm ci
- run: npm test