Skip to content

Merge pull request #1472 from Duet3D/hotfix-filechecks #167

Merge pull request #1472 from Duet3D/hotfix-filechecks

Merge pull request #1472 from Duet3D/hotfix-filechecks #167

name: nodescript_ci_test
on:
push:
branches:
- master
- "feature/*"
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
node-version: 18.x
- name: run test
run: |
cd nodescriptsTS
npm install
npm test