refactor: sew 30 move static files from common lib to the service wor… #597
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 |