Skip to content

Update and rename Closed-Loop-Plugin.md to ClosedLoopTuningPlugin.md #163

Update and rename Closed-Loop-Plugin.md to ClosedLoopTuningPlugin.md

Update and rename Closed-Loop-Plugin.md to ClosedLoopTuningPlugin.md #163

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