Skip to content

CI : test

CI : test #4

Workflow file for this run

name: CI
on:
pull_request:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Install dependencies
run: pnpm install
- name: Run unit tests
run:
cd packages/synapse-bridge
pnpm test:unit