Skip to content

Commit

Permalink
add karma back
Browse files Browse the repository at this point in the history
  • Loading branch information
danielcompton committed Dec 21, 2023
1 parent 09aabc3 commit 6bbbc82
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,13 @@ jobs:
curl -s https://raw.githubusercontent.com/borkdude/babashka/master/install -o install.sh
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 6bbbc82

Please sign in to comment.