Browse Source

Run integration tests during ci build.

See #1637
pull/1618/head
Jens Schauder 2 years ago
parent
commit
64eeecd1e3
No known key found for this signature in database
GPG Key ID: 9537B67540F0A581
  1. 2
      pom.xml

2
pom.xml

@ -292,7 +292,7 @@ @@ -292,7 +292,7 @@
</execution>
<execution>
<id>failsafe-verify</id>
<phase>verify</phase>
<phase>integration-test</phase>
<goals>
<goal>verify</goal>
</goals>

Loading…
Cancel
Save