Skip to content

Commit e0baa3b

Browse files
committed
the other way
1 parent 6c91f2a commit e0baa3b

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/agent-ci.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
name: Agent Unittest
2-
on: [ pull_request]
3-
# pull_request:
2+
on: [ pull_request ]
43
# paths:
54
# - agent/**
65
jobs:
@@ -18,8 +17,8 @@ jobs:
1817
run: |
1918
cd agent
2019
make test
21-
- name: Test Summary
22-
uses: test-summary/action@v2
20+
- name: Publish Test Results
21+
uses: EnricoMi/publish-unit-test-result-action@v2
2322
if: always()
2423
with:
25-
paths: "agent/skyhook-agent/test-results.xml"
24+
files: agent/skyhook-agent/test-results.xml

0 commit comments

Comments
 (0)