Skip to content

Commit

Permalink
add running test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
ManfredLange committed Dec 31, 2023
1 parent f7dbea3 commit 010ae6d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ jobs:
pnpm build
working-directory: ./src

- name: Run test suite
run: |
pnpm test
working-directory: ./src

- name: Prepare for publishing
run: |
echo "@RimuTec:registry=https://npm.pkg.github.com" > .npmrc
Expand Down

0 comments on commit 010ae6d

Please sign in to comment.