From cb0db7fae1f18b20c1ee63d09ba68979cba9cedb Mon Sep 17 00:00:00 2001 From: Ad5001 Date: Wed, 18 Sep 2024 22:52:53 +0200 Subject: [PATCH] Running tests from script --- ci/drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/drone.yml b/ci/drone.yml index 5ef917d..5760b95 100644 --- a/ci/drone.yml +++ b/ci/drone.yml @@ -15,7 +15,7 @@ steps: image: ad5001/ubuntu-pyside6-xvfb:noble-6.7.2 commands: - 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 ./ci/test1.lpf - xvfb-run python3 run.py --test-build --no-check-for-updates ./ci/test2.lpf