Skip to content

refactor: sew 30 move static files from common lib to the service wor… #597

refactor: sew 30 move static files from common lib to the service wor…

refactor: sew 30 move static files from common lib to the service wor… #597

Workflow file for this run

name: Portal Unit Tests
on:
push:
pull_request:
jobs:
run-tests:
name: Run common lib unit tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- name: Run Bun commands
working-directory: portal/common
run: |
bun install
bun run test