Skip to content

chore: update license information of web app #365

chore: update license information of web app

chore: update license information of web app #365

Workflow file for this run

name: Run Test
on:
- push
- pull_request
jobs:
run-unit-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- uses: pnpm/action-setup@v2
with:
version: 8
- name: Install dependencies
run: pnpm install
# - name: Build Modules
# run: pnpm build
- name: Test
run: pnpm test