Skip to content

Commit

Permalink
build: run weasyprint integration tests during build process
Browse files Browse the repository at this point in the history
  • Loading branch information
grigoriev committed Jun 10, 2024
1 parent 03a83b0 commit 41b7f1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ jobs:
- name: Print settings.xml
run: cat /home/runner/.m2/settings.xml
- name: Prepare integration tests environment
run: sudo apt install libpango-1.0-0 libharfbuzz0b libpangoft2-1.0-0 fonts-liberation
run: sudo apt install weasyprint fonts-liberation && weasyprint --info && pango-view --version && python3 --version
- name: Build with Maven
run: mvn --batch-mode clean package -P polarion2404,install-weasyprint,tests-with-weasyprint-cli
run: mvn --batch-mode clean package -P polarion2404,tests-with-weasyprint-cli
- name: Upload Artifacts
if: always()
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 41b7f1b

Please sign in to comment.