Skip to content

Merge pull request #18 from IPG-Automotive-UK/bug/one-digit-carmaker-… #57

Merge pull request #18 from IPG-Automotive-UK/bug/one-digit-carmaker-…

Merge pull request #18 from IPG-Automotive-UK/bug/one-digit-carmaker-… #57

Workflow file for this run

name: Test Windows
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: windows-2019
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: "16.x"
- run: npm install
- run: npm run test
env:
CI: true