Skip to content

Commit

Permalink
feature: split sonar action from pr action
Browse files Browse the repository at this point in the history
  • Loading branch information
ds-lcapellino committed Oct 17, 2024
1 parent 1bf6566 commit 6ec8782
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pull-request_backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
- name: Publish integration test results
uses: EnricoMi/publish-unit-test-result-action@v2
with:
files: "integration-test-results/TEST-*.xml"
files: "**/integration-test-results/TEST-*.xml"
check_name: "Integration Test Results"

- name: Publish unit test results
Expand All @@ -131,6 +131,7 @@ jobs:

- name: Compile
run: mvn -pl tx-models,tx-backend,tx-coverage -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B compile

- name: Verify Sonar Scan
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
Expand Down

0 comments on commit 6ec8782

Please sign in to comment.