Skip to content

fix: shard Dispatcher DO per session instead of global singleton #86

fix: shard Dispatcher DO per session instead of global singleton

fix: shard Dispatcher DO per session instead of global singleton #86

Workflow file for this run

name: "Run tests"
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
test:
runs-on: "ubuntu-latest"
steps:
- name: Checkout
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
with:
node-version: 22
cache: npm
- name: Install dependencies
run: npm ci
- name: Run tests
run: npm test