Skip to content

feat(settings): enable detailed notifications by default #2299

feat(settings): enable detailed notifications by default

feat(settings): enable detailed notifications by default #2299

Workflow file for this run

name: Run Tests
on:
push:
branches:
- main
pull_request:
jobs:
run-unit-tests:
name: Run Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: 'pnpm'
- run: pnpm install
- run: pnpm lint:check
- run: pnpm tsc --noEmit
- run: pnpm test -- --coverage --runInBand --verbose
- name: Coveralls
uses: coverallsapp/github-action@v2