File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ jobs:
106
106
uses : actions/upload-artifact@v2
107
107
if : always()
108
108
with :
109
- name : Event_File
109
+ name : Event File
110
110
path : ${{ github.event_path }}
111
111
112
112
publish_results :
@@ -122,17 +122,22 @@ jobs:
122
122
123
123
- name : debug
124
124
run : |
125
- ls
125
+ sudo apt install tree
126
+ tree -L 2
126
127
cd artifacts
127
- ls
128
+ tree -L 2
129
+ cd "Event File"
130
+ tree -L 2
131
+ cd ../"Tests Results"
132
+ tree -L 2
128
133
129
134
- name : Publish Test Results
130
135
uses : EnricoMi/publish-unit-test-result-action@v1
131
136
if : always()
132
137
with :
133
138
check_name : Test Results
134
139
github_token : ${{ secrets.GITHUB_TOKEN }}
135
- event_file : artifacts/** /event.json
140
+ event_file : artifacts/Event File /event.json
136
141
event_name : ${{ github.event.workflow_run.event }}
137
142
files : " artifacts/**/twister.xml"
138
143
comment_mode : update last
You can’t perform that action at this time.
0 commit comments