Skip to content

Commit 2fcac86

Browse files
committed
fix: update test report path
1 parent c652a9b commit 2fcac86

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@ jobs:
5555
run: |
5656
eirctl run test:unit
5757
58-
- name: Publish Junit style Test Report
59-
uses: mikepenz/action-junit-report@v3
60-
if: always() # always run even if the previous step fails
58+
- name: Publish Test Report
59+
uses: mikepenz/action-junit-report@v5
60+
if: success() || failure()
6161
with:
62-
report_paths: '**/report-junit.xml'
62+
report_paths: '.coverage/report-junit.xml'
6363

6464
- name: Analyze with SonarCloud
6565
uses: SonarSource/sonarqube-scan-action@v5

0 commit comments

Comments
 (0)