Fix test runner in release script

This commit is contained in:
Vanilagy
2025-09-25 15:20:48 +02:00
parent 728c8cd928
commit 291e7a7122
+1 -1
View File
@@ -47,7 +47,7 @@ jobs:
run: npm ci
- name: Run tests
run: npm run test
run: xvfb-run npm test
- name: Run build
run: npm run build