Skip to content

Commit

Permalink
Use right place
Browse files Browse the repository at this point in the history
  • Loading branch information
danielcompton committed Dec 21, 2023
1 parent cd89121 commit ee5b8bb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,12 @@ jobs:
sudo bash install.sh
rm install.sh
- run:
name: install karma
command: |
sudo npm install -g karma-cli
sudo npm install
- run: lein deps

- save_cache:
Expand Down Expand Up @@ -102,12 +108,6 @@ jobs:
sudo bash install.sh
rm install.sh
- run:
name: install karma
command: |
sudo npm install -g karma-cli
sudo npm install
- run:
name: Install deployment-script
command: |
Expand Down

0 comments on commit ee5b8bb

Please sign in to comment.