Skip to content

Commit

Permalink
ci: update test GHA job
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed Jul 29, 2023
1 parent 01cfdd1 commit db9529d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,5 @@ jobs:
node-version: ${{ matrix.node }}
- name: Install dependencies
run: npm install
- name: Build commonjs
run: npm run build
- name: Run tests
run: npm run unit
run: npm run test

0 comments on commit db9529d

Please sign in to comment.