Skip to content

Bump ts-jest from 29.1.5 to 29.2.3 #92

Bump ts-jest from 29.1.5 to 29.2.3

Bump ts-jest from 29.1.5 to 29.2.3 #92

Workflow file for this run

name: 'Unit Tests'
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: true
- uses: actions/setup-node@v3
with:
node-version: current
- run: npm ci
- run: npm run lint
- run: npm test
- run: npm run build:client:all