service-worker: replace pnpm with bun #605
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |