Skip to content

Commit

Permalink
Update npm test command in GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nicomt committed Mar 3, 2024
1 parent 55ebc6d commit 7b84394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
node-version: ${{ matrix.node-version}}
- run: npm install
- run: npm run lint
- run: npm test-ci
- run: npm run test-ci

0 comments on commit 7b84394

Please sign in to comment.