Skip to content

Commit

Permalink
github action
Browse files Browse the repository at this point in the history
  • Loading branch information
kayra1 committed Apr 26, 2024
1 parent 7acad21 commit 3a4ca59
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 6,584 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,16 +61,20 @@ jobs:

nextjs-unit-tests:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ui
steps:
- uses: actions/checkout@v3
- name: Use Node.js 20
uses: actions/setup-node@v3
- name: Use Bun
uses: oven-sh/setup-bun@v1
with:
node-version: 20
cache: "npm"
bun-version: latest

- name: Execute Unit tests
run: npm run test --prefix ui
run: |
bun install
bun run test
rock-build:
needs:
Expand Down
Binary file modified ui/bun.lockb
Binary file not shown.
Loading

0 comments on commit 3a4ca59

Please sign in to comment.