Skip to content

test: add automated tests for starting a recording #1422

test: add automated tests for starting a recording

test: add automated tests for starting a recording #1422

Workflow file for this run

name: CI
on:
pull_request:
branches:
- main
permissions: {}
jobs:
build:
permissions:
contents: read
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: actions/setup-node@v4
with:
node-version: 22
cache: 'npm'
- run: npm ci
- run: npm run lint
- run: npm test