Skip to content

Windows Tests

Windows Tests #247

Workflow file for this run

name: Windows Tests
on:
merge_group:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
windows-tests:
runs-on: windows-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
with:
node-version-file: 'package.json'
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Run Tests
run: npm test -- --no-watch