Skip to content

Commit

Permalink
πŸ‘· : set maven to batch-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
juwit committed May 8, 2022
1 parent 8347df6 commit 4d5b722
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
distribution: 'temurin'
java-version: 17
- name: Run Maven tests
run: mvn org.jacoco:jacoco-maven-plugin:prepare-agent verify org.jacoco:jacoco-maven-plugin:report sonar:sonar -DexcludedGroups=e2e -P ci-tu
run: mvn --batch-mode org.jacoco:jacoco-maven-plugin:prepare-agent verify org.jacoco:jacoco-maven-plugin:report sonar:sonar -DexcludedGroups=e2e -P ci-tu
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/visual-non-regression-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
- name: Percy Test
uses: percy/exec-action@v0.3.1
with:
command: "mvn test -Dgroups=e2e"
command: "mvn --batch-mode test -Dgroups=e2e"
env:
PERCY_TOKEN: ${{ secrets.PERCY_TOKEN }}

0 comments on commit 4d5b722

Please sign in to comment.