Skip to content

Commit

Permalink
ci: add test cd/npm job
Browse files Browse the repository at this point in the history
Might as well since I'll be pushing to `v3` branch a lot.
  • Loading branch information
ayushmanchhabra committed Aug 18, 2023
1 parent 7cca18c commit 7e5e0ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
run: corepack enable
- name: Install dependencies
run: npm ci
- name: Run tests
run: npm test
- name: Publish to NPM
uses: JS-DevTools/[email protected]
with:
Expand Down

0 comments on commit 7e5e0ed

Please sign in to comment.