Skip to content

Commit ecb52e0

Browse files
Fix CI: Run tests in workflow
1 parent b8550dd commit ecb52e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
registry-url: 'https://registry.npmjs.org'
1919
cache: npm
2020
- run: npm ci
21-
- run: npm run test:coverage
21+
- run: npm run test
2222
- run: npm run build
2323
- run: npm publish
2424
if: github.event_name == 'release' && github.event.action == 'created'

0 commit comments

Comments
 (0)