Skip to content

Bugfix: update mqtt connections dictionary (#1281) #5138

Bugfix: update mqtt connections dictionary (#1281)

Bugfix: update mqtt connections dictionary (#1281) #5138

Workflow file for this run

name: Strudel tests
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20]
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 9.12.2
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
- run: pnpm install
- run: pnpm run format-check
- run: pnpm run lint
- run: pnpm test