Skip to content

Commit ddfdb61

Browse files
committed
back to the other one
1 parent 72aff47 commit ddfdb61

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/agent-ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Agent Unittest
2-
on: [pull_request]
2+
on: [ pull_request ]
33
# pull_request:
44
# paths:
55
# - agent/**
@@ -18,8 +18,8 @@ jobs:
1818
run: |
1919
cd agent
2020
make test
21-
- name: Test Summary
22-
uses: test-summary/action@v2
21+
- name: Publish Test Results
22+
uses: EnricoMi/publish-unit-test-result-action@v2
2323
if: always()
2424
with:
25-
paths: "agent/coverage.xml"
25+
files: "agent/coverage.xml"

0 commit comments

Comments
 (0)