We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89e29ba commit 204f3b5Copy full SHA for 204f3b5
.github/workflows/main.yml
@@ -30,3 +30,8 @@ jobs:
30
run: |
31
pip install -r requirements.txt
32
make -C test
33
+
34
+ - name: Run mocha tests
35
+ run: |
36
+ npm install
37
+ npm test
0 commit comments