Skip to content

Commit

Permalink
fix(integration-tests): Repair cache sequence
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelsJP committed Nov 22, 2024
1 parent 8f16599 commit c9ea4a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_maven_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: mvn -B verify -Papitests jacoco:report -DCI=true org.sonarsource.scanner.maven:sonar-maven-plugin:sonar
run: mvn -B verify -Papitests -Dors.engine.init-threads=5 jacoco:report -DCI=true org.sonarsource.scanner.maven:sonar-maven-plugin:sonar
- name: Rocket.Chat Notification
uses: RocketChat/[email protected]
env:
Expand Down

0 comments on commit c9ea4a9

Please sign in to comment.