Skip to content

fix: disconnecting all nodes in manager #129

fix: disconnecting all nodes in manager

fix: disconnecting all nodes in manager #129

Workflow file for this run

name: Tests
on:
pull_request:
workflow_dispatch:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup
uses: ./.github/actions/setup
- name: Run tests
run: yarn test