From 19bf087926365e032b9c4d3660dd811b7b656060 Mon Sep 17 00:00:00 2001 From: Sergey Grigoriev Date: Fri, 7 Jun 2024 11:18:44 +0200 Subject: [PATCH] build: run weasyprint integration tests during build process --- .github/workflows/maven-release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/maven-release.yml b/.github/workflows/maven-release.yml index 9ffbf88..b2030b6 100644 --- a/.github/workflows/maven-release.yml +++ b/.github/workflows/maven-release.yml @@ -59,6 +59,7 @@ jobs: - name: Build with Maven run: mvn --batch-mode clean package -P polarion2404,install-weasyprint,tests-with-weasyprint-cli - name: Upload Artifacts + if: always() uses: actions/upload-artifact@v4 with: name: test images