Skip to content

Commit

Permalink
AAE-30611 unit tests enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
wojciech-piotrowiak committed Feb 13, 2025
1 parent 084bb8a commit f0018b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
- name: Maven Build and Test
shell: bash
run: mvn -DskipTests -DskipITs -DskipAcceptanceTests=true -DunitTests.parallel=true -T 1C install ${{ env.MAVEN_CLI_OPTS}} ${{ env.SONAR_SCANNER_OPTS }}
run: mvn -DskipAcceptanceTests=true -DunitTests.parallel=true -T 1C install ${{ env.MAVEN_CLI_OPTS}} ${{ env.SONAR_SCANNER_OPTS }}
env:
MAVEN_CLI_OPTS: --show-version --no-transfer-progress --settings settings.xml
MAVEN_USERNAME: ${{ secrets.NEXUS_USERNAME }}
Expand Down

0 comments on commit f0018b1

Please # to comment.