Skip to content

Commit

Permalink
Fix Quarkus ecosystem CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Mobe91 committed Jul 15, 2020
1 parent 36dbe82 commit d95f283
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion examples/quarkus/testsuite/native/h2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
</goals>
<configuration>
<skip>${skipITs}</skip>
<uberJar>true</uberJar>
</configuration>
</execution>
</executions>
Expand Down
1 change: 0 additions & 1 deletion examples/quarkus/testsuite/native/mssql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@
</goals>
<configuration>
<skip>${skipITs}</skip>
<uberJar>true</uberJar>
</configuration>
</execution>
</executions>
Expand Down
1 change: 0 additions & 1 deletion examples/quarkus/testsuite/native/mysql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
</goals>
<configuration>
<skip>${skipITs}</skip>
<uberJar>true</uberJar>
</configuration>
</execution>
</executions>
Expand Down
1 change: 0 additions & 1 deletion examples/quarkus/testsuite/native/postgresql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
</goals>
<configuration>
<skip>${skipITs}</skip>
<uberJar>true</uberJar>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit d95f283

Please sign in to comment.