Skip to content

LF-3825 the white screen is displayed on the mobile phone device once the user switches the farms and opens the finance dashboard #244

LF-3825 the white screen is displayed on the mobile phone device once the user switches the farms and opens the finance dashboard

LF-3825 the white screen is displayed on the mobile phone device once the user switches the farms and opens the finance dashboard #244

name: "Webapp Unit Tests"
on:
pull_request:
branches:
- integration
jobs:
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/[email protected]
with:
version: 6.26.1
- name: Install dependencies
run: pnpm install
- name: Run unit tests
run: pnpm test