Skip to content

Commit

Permalink
test: improve dist tests (#484) (#485)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinKolarik authored Jan 29, 2024
1 parent 3518f2c commit 22e3e8d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,9 @@ jobs:
run: |
npm run lint
npm run coverage
npm run test:dist
npm run test:portman
- name: Test Dist
run: |
rm -rf node_modules
npm ci --omit=dev
npm run test:dist

0 comments on commit 22e3e8d

Please sign in to comment.