Skip to content

service-worker: replace pnpm with bun #605

service-worker: replace pnpm with bun

service-worker: replace pnpm with bun #605

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