Skip to content

Commit

Permalink
test: switch modules tested in windows and linux
Browse files Browse the repository at this point in the history
  • Loading branch information
manolo committed Feb 1, 2024
1 parent b571638 commit 3644c1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/java/tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -291,14 +291,14 @@
<profile>
<id>it-modules-group-2</id>
<modules>
<module>csrf-context</module>
<module>spring</module>
</modules>
</profile>

<profile>
<id>it-modules-some</id>
<modules>
<module>spring</module>
<module>csrf-context</module>
</modules>
</profile>

Expand Down

0 comments on commit 3644c1a

Please sign in to comment.