Code coverage for JS
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Adsooi 2024-09-28 03:49:14 +02:00
parent a2443d7915
commit e9d204daab
Signed by: Ad5001
GPG key ID: EF45F9C6AFE20160
4 changed files with 6 additions and 2 deletions

View file

@ -26,6 +26,9 @@ steps:
- name: Unit Tests
image: ad5001/ubuntu-pyside-xvfb:linux-6-latest-latex
commands:
- apt update
- apt install -y npm
- npm install -D
- xvfb-run bash scripts/run-tests.sh
when:
event: [ push, tag ]