Skip to content

Commit c085d74

Browse files
* Update the test path for collecting artifacts for component tests.
1 parent 8e5ecb0 commit c085d74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
if: always()
153153
uses: test-summary/action@v2
154154
with:
155-
paths: "${{ inputs.path }}/build/test-results/test/TEST-*.xml"
155+
paths: "${{ inputs.path }}/build/test-results/componentTest/TEST-*.xml"
156156

157157
- name: Temporary Artifacts Cleanup
158158
run: rm -rf ./artifacts

0 commit comments

Comments
 (0)