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:
106106 uses : actions/upload-artifact@v2
107107 if : always()
108108 with :
109- name : Event_File
109+ name : Event File
110110 path : ${{ github.event_path }}
111111
112112 publish_results :
@@ -122,17 +122,22 @@ jobs:
122122
123123 - name : debug
124124 run : |
125- ls
125+ sudo apt install tree
126+ tree -L 2
126127 cd artifacts
127- ls
128+ tree -L 2
129+ cd "Event File"
130+ tree -L 2
131+ cd ../"Tests Results"
132+ tree -L 2
128133
129134 - name : Publish Test Results
130135 uses : EnricoMi/publish-unit-test-result-action@v1
131136 if : always()
132137 with :
133138 check_name : Test Results
134139 github_token : ${{ secrets.GITHUB_TOKEN }}
135- event_file : artifacts/** /event.json
140+ event_file : artifacts/Event File /event.json
136141 event_name : ${{ github.event.workflow_run.event }}
137142 files : " artifacts/**/twister.xml"
138143 comment_mode : update last
You can’t perform that action at this time.
0 commit comments