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 f3efc6f commit 327dcc5
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,20 @@
</arguments>
</configuration>
</execution>

<execution>
<id>print-weasyprint-version</id>
<phase>generate-resources</phase>
<goals>
<goal>exec</goal>
</goals>
<configuration>
<executable>${maven-surefire-plugin.wpCommand}</executable>
<arguments>
<argument>--info</argument>
</arguments>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
Expand Down

0 comments on commit 327dcc5

Please sign in to comment.