Skip to content

pacs with sse

pacs with sse #676

Workflow file for this run

name: test
on:
push:
branches: [master]
pull_request:
jobs:
test-unit:
name: Tests (unit tests)
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
with:
fetch-depth: "0" # necessary for `npm run print-version`
- uses: pnpm/action-setup@v4
name: Install pnpm
with:
run_install: false
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 22
cache: "pnpm"
- run: pnpm install
- name: copy config.tmpl
run: cp -R config.tmpl node_modules/config
- run: pnpm test