Skip to content

LF-4725 Restore ability to --inspect (debug) the API #2092

LF-4725 Restore ability to --inspect (debug) the API

LF-4725 Restore ability to --inspect (debug) the API #2092

name: Webapp Unit Tests
on:
pull_request:
branches:
- integration
jobs:
webapp_unit_tests:
name: Webapp Unit Tests
runs-on: ubuntu-latest
container: node:20.17
defaults:
run:
working-directory: packages/webapp
steps:
- name: Check out repository code
uses: actions/checkout@v3
- name: Setup pnpm
uses: pnpm/action-setup@v2.0.1
with:
version: latest
- name: Install dependencies
run: pnpm install
- name: Run unit tests
run: pnpm test