[mirotalk] - #290 fix(ci): copy config template before running tests

This commit is contained in:
Miroslav Pejic
2026-03-16 00:09:52 +01:00
parent 1b717f1dea
commit 0a1bd6ea9e
+3
View File
@@ -20,6 +20,9 @@ jobs:
- name: Install dependencies
run: npm install
- name: Create config from template
run: cp app/src/config.template.js app/src/config.js
- name: Run unit tests
run: npm test