Skip to content

Commit

Permalink
Adding npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielDushime committed May 23, 2024
1 parent 1e26946 commit e5425b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ version: 2.1

orbs:
node: circleci/[email protected]
coveralls: coveralls/[email protected]

jobs:
build:
Expand All @@ -10,6 +11,7 @@ jobs:
steps:
- checkout
# - node/install-packages
- run: npm install
- run:
name: Run Tests
command: npm test
Expand Down

0 comments on commit e5425b9

Please sign in to comment.