This commit is contained in:
parent
4ac7de48b0
commit
cb0db7fae1
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ steps:
|
||||||
image: ad5001/ubuntu-pyside6-xvfb:noble-6.7.2
|
image: ad5001/ubuntu-pyside6-xvfb:noble-6.7.2
|
||||||
commands:
|
commands:
|
||||||
- apt install -y texlive-base dvipng texlive-latex-extra # Install latex dependencies.
|
- apt install -y texlive-base dvipng texlive-latex-extra # Install latex dependencies.
|
||||||
- pytest --cov --cov-report term-missing
|
- bash scripts/run-tests.sh
|
||||||
- xvfb-run python3 run.py --test-build --no-check-for-updates
|
- xvfb-run python3 run.py --test-build --no-check-for-updates
|
||||||
- xvfb-run python3 run.py --test-build --no-check-for-updates ./ci/test1.lpf
|
- xvfb-run python3 run.py --test-build --no-check-for-updates ./ci/test1.lpf
|
||||||
- xvfb-run python3 run.py --test-build --no-check-for-updates ./ci/test2.lpf
|
- xvfb-run python3 run.py --test-build --no-check-for-updates ./ci/test2.lpf
|
||||||
|
|
Loading…
Reference in a new issue