1 parent 83fc251 commit 7b95f11Copy full SHA for 7b95f11
5 files changed
.github/workflows/ci.yml
@@ -10,6 +10,9 @@ jobs:
10
- name: Install NPM dependencies 📦
11
uses: bahmutov/npm-install@v1
12
13
+ - name: Unit tests 🧪
14
+ run: npm test
15
+
16
- name: Check all covered files 📊
17
run: |
18
node bin/check-coverage main1.js
0 commit comments