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 7, 2024
1 parent 07cb241 commit 46fbba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 46fbba4

Please sign in to comment.