2
0
mirror of https://github.com/tenrok/maska.git synced 2026-05-15 11:59:38 +03:00

Fix workflow code

This commit is contained in:
Alexander Shabunevich
2022-12-04 17:16:43 +03:00
parent 121e740df6
commit 5b1351ddba
+1 -1
View File
@@ -24,7 +24,7 @@ jobs:
run: npm ci
- name: Test and Coverage
run: npm run coverage
run: npm run test:coverage
- name: Parse coverage
uses: sergeysova/jq-action@v2