Skip to content

Commit

Permalink
Try to use more resources for ITs
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Jun 17, 2024
1 parent 94affba commit 4c36d58
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@

<profiles>
<profile>
<id>windows</id>
<id>windows-parallel</id>
<activation>
<os>
<family>windows</family>
Expand All @@ -409,5 +409,20 @@
<invoker.parallelThreads>1</invoker.parallelThreads>
</properties>
</profile>
<profile>
<id>github-action-parallel</id>
<activation>
<os>
<family>!windows</family>
</os>
<property>
<name>env.GITHUB_ACTIONS</name>
</property>
</activation>
<properties>
<!-- more system utilizing on GH -->
<invoker.parallelThreads>1.5C</invoker.parallelThreads>
</properties>
</profile>
</profiles>
</project>

0 comments on commit 4c36d58

Please sign in to comment.