Skip to content

test: add tests for cleanup functions (#7) #9

test: add tests for cleanup functions (#7)

test: add tests for cleanup functions (#7) #9

Workflow file for this run

name: Node.js Test
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
environment: CI
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm install
- run: npm test