Skip to content

Add webtools repo, and use UART.js not Puck.js for comms so we can us… #23

Add webtools repo, and use UART.js not Puck.js for comms so we can us…

Add webtools repo, and use UART.js not Puck.js for comms so we can us… #23

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
submodules: recursive
- name: Use Node.js 16.x
uses: actions/setup-node@v3
with:
node-version: 16.x
- name: Install dependencies
run: npm ci
- name: Run tests
run: npm test