From 46fbba4c7ca393d61bc7ee2d1a8a119b40553a59 Mon Sep 17 00:00:00 2001 From: Sergey Grigoriev Date: Fri, 7 Jun 2024 10:39:47 +0200 Subject: [PATCH] build: run weasyprint integration tests during build process --- .github/workflows/maven-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven-release.yml b/.github/workflows/maven-release.yml index a2c14e8..1160ead 100644 --- a/.github/workflows/maven-release.yml +++ b/.github/workflows/maven-release.yml @@ -57,7 +57,7 @@ jobs: - name: Print settings.xml run: cat /home/runner/.m2/settings.xml - name: Install weasyprint - run: apt install python3-pip libpango-1.0-0 libpangoft2-1.0-0 && python3 -m venv venv && source venv/bin/activate && pip install weasyprint && weasyprint --info + run: python3 -m venv venv && source venv/bin/activate && pip install weasyprint && weasyprint --info - name: Build with Maven run: mvn --batch-mode clean package -P polarion2404,tests-with-weasyprint-cli - name: Extract artefact version