Skip to content

Commit 6fccd08

Browse files
committed
add karma back
1 parent 09aabc3 commit 6fccd08

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.circleci/config.yml

+7
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,13 @@ jobs:
101101
curl -s https://raw.githubusercontent.com/borkdude/babashka/master/install -o install.sh
102102
sudo bash install.sh
103103
rm install.sh
104+
105+
- run:
106+
name: install karma
107+
command: |
108+
sudo npm install -g karma-cli
109+
sudo npm install
110+
104111
- run:
105112
name: Install deployment-script
106113
command: |

0 commit comments

Comments
 (0)