Skip to content

Commit

Permalink
#1097 Enable integration tests in default build profile
Browse files Browse the repository at this point in the history
* move itest module to default profile and remove itest profile
* remove profiles from CI build
  • Loading branch information
oliverlietz committed Oct 5, 2023
1 parent e8b0e64 commit 9caafc1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
with:
distribution: 'temurin'
java-version: ${{ matrix.java-version }}
- run: mvn -B install --fail-at-end --no-transfer-progress --file pom.xml -Pdefault,itest
- run: mvn -B install --fail-at-end --no-transfer-progress --file pom.xml
6 changes: 0 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,6 @@

<module>maven/exam-maven-plugin</module>

</modules>
</profile>
<profile>
<id>itest</id>
<modules>
<module>pom</module>
<module>itest</module>
</modules>
</profile>
Expand Down

0 comments on commit 9caafc1

Please sign in to comment.