Skip to content

Commit

Permalink
Update nodejs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
siyoungoh authored Apr 9, 2024
1 parent a2f6495 commit 65fb0fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
# Test dependencies are typically installed via a project's package.json
# and should ideally not be handled separately in CI workflows.
# - name: Install test dependencies
# run: npm install mocha chai chai-http
- name: Install test dependencies
run: npm install mocha chai chai-http

- name: Run tests
run: npm test

0 comments on commit 65fb0fe

Please sign in to comment.