Skip to content

Commit

Permalink
fix(test): test before sonarqube analysis
Browse files Browse the repository at this point in the history
- migrate to CTRF reports
  • Loading branch information
cgawron committed Oct 3, 2024
1 parent a7ce602 commit e2bf06b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/sonarqube.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,8 @@ jobs:
run: yarn workspaces foreach --all run ci

- name: Test Summary
uses: EnricoMi/publish-unit-test-result-action@v2
run: npx github-actions-ctrf **/ctrf/ctrf-report.json
if: always()
with:
files: |
**/TEST-*.xml

- name: Analyze with SonarQube
if: always()
Expand Down

0 comments on commit e2bf06b

Please sign in to comment.