This commit is contained in:
parent
a2443d7915
commit
e9d204daab
4 changed files with 6 additions and 2 deletions
|
@ -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 ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue