Skip to content

Commit

Permalink
chore: fix the release pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
chaqchase committed Apr 14, 2024
1 parent a118081 commit 57763a0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,8 @@ jobs:
- name: Install Dependencies
run: bun install

- name: Build
run: bun build

- name: Run Test
run: bun test
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
- name: Install Dependencies
run: bun install

- name: Build
run: bun build

- name: Test Package
run: bun test

Expand Down

0 comments on commit 57763a0

Please sign in to comment.