Skip to content

Commit

Permalink
chore: integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyJasonBennett committed Oct 1, 2023
1 parent 029c7a4 commit f5178a9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ jobs:
run: yarn lint
- name: Check build health
run: yarn build
- name: Check for SSR compat
run: node dist/index.cjs && node dist/index.js
- name: Check tree-shaking
run: npx agadoo@latest dist/index.js
- name: Check NPM config
run: npx publint@latest dist
release:
needs: test
runs-on: ubuntu-latest
Expand Down

0 comments on commit f5178a9

Please sign in to comment.