Skip to content

[WIP] LF-4382: Tabs component - Create component for handling tabbed views #1580

[WIP] LF-4382: Tabs component - Create component for handling tabbed views

[WIP] LF-4382: Tabs component - Create component for handling tabbed views #1580

name: Webapp Unit Tests
on:
pull_request:
branches:
- integration
jobs:
webapp_unit_tests:
name: Webapp Unit Tests
runs-on: ubuntu-latest
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: 6.26.1
- name: Install dependencies
run: pnpm install
- name: Run unit tests
run: pnpm test