Skip to content

ci: add tests #2

ci: add tests

ci: add tests #2

name: Check Node - Windows
on:
push:
branches:
- master
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
timeout-minutes: 5
runs-on: windows-2022
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '22.x'
registry-url: 'https://registry.npmjs.org'
- name: Install dependencies
run: npm install
- name: Tests
run: npm run ref --test-suite alloy