Skip to content

Commit

Permalink
ci: 🔧 run test on release action
Browse files Browse the repository at this point in the history
  • Loading branch information
AkashRajpurohit committed Mar 29, 2024
1 parent cc6ac11 commit 53f9e40
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ jobs:
- name: Install dependencies ⏬
run: pnpm install --no-frozen-lockfile

- name: Test 🔫
run: pnpm run test:coverage

- name: Build ⏰
run: pnpm build
env:
Expand Down

0 comments on commit 53f9e40

Please sign in to comment.