Skip to content

Commit

Permalink
chore(tests): Add Unit Testing automation
Browse files Browse the repository at this point in the history
  • Loading branch information
mattelen committed Jan 2, 2025
1 parent c6fe002 commit a48d312
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ jobs:
# fallback to using the latest cache if no exact match is found
- v1-dependencies-

- run: npm install
- run:
command: npm ci
no_output_timeout: 20m

- save_cache:
paths:
Expand Down

0 comments on commit a48d312

Please sign in to comment.