Skip to content

Commit

Permalink
Fix pipeline with sonar env and run test report on error
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcatlait committed Sep 24, 2024
1 parent 27558f3 commit 1ea025c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ permissions:
statuses: write
checks: write

env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

jobs:
ci:
name: 'CI'
Expand All @@ -32,6 +35,7 @@ jobs:

- name: Publish test reports
uses: dorny/test-reporter@v1
if: success() || failure()
with:
name: Test Reports
path: '**/apps/**/reports/**/*.xml'
Expand Down

0 comments on commit 1ea025c

Please sign in to comment.