Skip to content

Commit

Permalink
#1097 Enable integration tests in default build profile
Browse files Browse the repository at this point in the history
enable itest profile in CI build
  • Loading branch information
oliverlietz committed Oct 5, 2023
1 parent 988f22e commit 72814c4
Showing 1 changed file with 1 addition and 1 deletion.
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
- run: mvn -B install --fail-at-end --no-transfer-progress --file pom.xml -Pdefault,itest

0 comments on commit 72814c4

Please sign in to comment.