Skip to content

Commit

Permalink
Add test step to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sondr3 committed Nov 27, 2024
1 parent ce437bd commit e28eb3a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ jobs:
- name: Build
run: pnpm build

- name: Test
run: |
cd test && pnpm install --frozen-lockfile
cd .. && pnpm test
- name: Publish
if: startsWith(github.ref, 'refs/tags/v')
run: pnpm publish --no-git-checks
Expand Down

0 comments on commit e28eb3a

Please sign in to comment.