Skip to content

Commit

Permalink
Fix CI: Run tests in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
microbit-grace committed Jan 28, 2025
1 parent b8550dd commit ecb52e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
registry-url: 'https://registry.npmjs.org'
cache: npm
- run: npm ci
- run: npm run test:coverage
- run: npm run test
- run: npm run build
- run: npm publish
if: github.event_name == 'release' && github.event.action == 'created'
Expand Down

0 comments on commit ecb52e0

Please sign in to comment.