Skip to content

Commit bc6e0da

Browse files
committed
Add test step to publish workflow
1 parent 4c14f2b commit bc6e0da

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/npm-publish-github-packages.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ jobs:
3131
- name: Build binary
3232
run: bun run build
3333

34+
- name: Run tests
35+
run: bun test
36+
3437
- name: Bump version and publish
3538
env:
3639
GITHUB_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)