Skip to content

proper shutdowns for hub and service #37

proper shutdowns for hub and service

proper shutdowns for hub and service #37

Workflow file for this run

# .github/workflows/test.yml
name: Test Nestor
on:
push:
jobs:
build:
runs-on: macos-latest
steps:
- name: Github checkout
uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 20
- name: Install Dependencies
run: make install
- name: Run tests
run: make test