Skip to content

Commit 710a052

Browse files
skitsanosclaude
andcommitted
fix: disable problematic test reporter in GitHub Actions
- Comment out dorny/test-reporter to avoid XML parsing errors - Keep artifact upload for manual review of test results - Tests still run and pass, just without fancy reporting 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent a4ed643 commit 710a052

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -118,10 +118,10 @@ jobs:
118118
path: test-results/
119119
retention-days: 30
120120

121-
- name: Publish test results
122-
uses: dorny/test-reporter@v2
123-
if: always()
124-
with:
125-
name: API Tests
126-
path: test-results/hurl/results.xml
127-
reporter: java-junit
121+
# - name: Publish test results
122+
# uses: dorny/test-reporter@v2
123+
# if: always()
124+
# with:
125+
# name: API Tests
126+
# path: test-results/hurl/results.xml
127+
# reporter: java-junit

0 commit comments

Comments
 (0)