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 648cfd1 commit ece7be9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/maven-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@ jobs:
run: cat /home/runner/.m2/settings.xml
- name: Build with Maven
run: mvn --batch-mode clean package -P polarion2404,install-weasyprint,tests-with-weasyprint-cli
- name: Upload Artifacts
uses: actions/upload-artifact@v4
with:
name: test images
path: target/surefile-reports/**/*.png
retention-days: 1
- name: Extract artefact version
id: artefact_version
run: echo "version=$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout)" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit ece7be9

Please sign in to comment.