Skip to content

Commit 72b3e47

Browse files
committed
Disabled junit
1 parent c9f57a3 commit 72b3e47

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,7 @@ jobs:
6161
- name: Install wasmtime-cli
6262
run: cargo binstall --force --locked [email protected]
6363
- name: Tests
64-
run: cargo test -p moonbit-component-generator -- --nocapture --report-time --format junit --logfile target/report.xml --test-threads=1
65-
- name: Publish Test Report
66-
uses: mikepenz/action-junit-report@v5
67-
if: success() || failure() # always run even if the previous step fails
68-
with:
69-
report_paths: "**/target/report-*.xml"
70-
detailed_summary: true
71-
include_passed: true
64+
run: cargo test -p moonbit-component-generator -- --nocapture --report-time --test-threads=1
7265
publish:
7366
needs: [test]
7467
if: "startsWith(github.ref, 'refs/tags/v')"

0 commit comments

Comments
 (0)