[mirotalksfu] - try to add unit test in the workflow, update dep

هذا الالتزام موجود في:
Miroslav Pejic
2024-08-18 09:19:19 +02:00
الأصل 1dabde0876
التزام 2a68b1579a
5 ملفات معدلة مع 19 إضافات و9 حذوفات

عرض الملف

@@ -12,6 +12,17 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '18.20.4' # LTS
- name: Install dependencies
run: npm install
- name: Run unit tests
run: npm test
- name: Set up QEMU
uses: docker/setup-qemu-action@v2