Skip to content

Commit 14c4b89

Browse files
committed
run tests using the npm test:ci command, enhancing the testing process and ensuring code quality during continuous integration.
1 parent df0574a commit 14c4b89

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ jobs:
3131
- name: Build with TypeScript ${{ matrix.typescript }}
3232
run: npm run build
3333

34+
- name: Run tests
35+
run: npm run test:ci
36+
3437
test-matrix:
3538
runs-on: ubuntu-latest
3639
strategy:

0 commit comments

Comments
 (0)