From f3efc6fecef4c5a0ad85a198ac89b12112f5f010 Mon Sep 17 00:00:00 2001 From: Sergey Grigoriev Date: Fri, 7 Jun 2024 10:23:35 +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 a588176d..791189d9 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: Build with Maven - run: mvn --batch-mode clean package + run: mvn --batch-mode clean package -P polarion2404,install-weasyprint,tests-with-weasyprint-cli - name: Extract artefact version id: artefact_version run: echo "version=$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout)" >> $GITHUB_OUTPUT