Skip to content

Commit

Permalink
ci: run test with npx jest
Browse files Browse the repository at this point in the history
  • Loading branch information
Shin-Thant committed Mar 6, 2024
1 parent db314b0 commit bf643b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Install Dependencies
run: npm install
run: npm ci
- name: Run Tests
run: npm test
run: npx jest --detectOpenHandles

0 comments on commit bf643b3

Please sign in to comment.