Skip to content

chore(repo): add windows ci for testing #1

chore(repo): add windows ci for testing

chore(repo): add windows ci for testing #1

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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:
node-version-file: 'package.json'
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Run Tests
run: npm test -- --no-watch