Skip to content

feat: implement BatchedPollingEventSubscriber for optimized event polling. #285

feat: implement BatchedPollingEventSubscriber for optimized event polling.

feat: implement BatchedPollingEventSubscriber for optimized event polling. #285

Workflow file for this run

name: Unit Tests (V3)
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
unit-tests:
name: 🧪 Unit Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '22'
cache: 'yarn'
- name: Install yarn
uses: borales/actions-yarn@v4
with:
cmd: install
- name: Yarn test
shell: bash
run: yarn test