Skip to content

build: build all from one makefile #5

build: build all from one makefile

build: build all from one makefile #5

Workflow file for this run

name: Test
on: [pull_request, push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm ci
- run: npm test