File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 3838 - name : Use west repo cache
3939 uses : actions/cache/restore@v4
4040 with :
41- path : " *"
41+ path : " **/* "
4242 key : west-git-${{ github.event.repository.updated_at }}
43- restore-keys : west-git-
43+ restore-keys : |
44+ west-git-
4445
4546 - name : Initialize
4647 run : |
6768 - name : Save west repo cache
6869 uses : actions/cache/save@v4
6970 with :
70- path : " /home/runner/work/ **/.git"
71+ path : " **/.git"
7172 key : west-git-${{ github.event.repository.updated_at }}
7273
7374 test-core :
@@ -176,13 +177,15 @@ jobs:
176177 if [ $WARNINGS -eq 0 ]; then
177178 echo "* :white_check_mark: [$BOARD]($JOB_URL) - Build successful" >> "$GITHUB_STEP_SUMMARY"
178179 else
180+ echo >> "$GITHUB_STEP_SUMMARY"
179181 echo "<details><summary>:warning: <a href=\"$JOB_URL\">$BOARD</a> - $WARNINGS warnings:</summary>" >> "$GITHUB_STEP_SUMMARY"
180182 echo >> "$GITHUB_STEP_SUMMARY"
181183 echo "\`\`\`" >> "$GITHUB_STEP_SUMMARY"
182184 echo $REPORT | jq -cr '.warnings_log[]' >> "$GITHUB_STEP_SUMMARY"
183185 echo "\`\`\`" >> "$GITHUB_STEP_SUMMARY"
184186 echo >> "$GITHUB_STEP_SUMMARY"
185187 echo "</details>" >> "$GITHUB_STEP_SUMMARY"
188+ echo >> "$GITHUB_STEP_SUMMARY"
186189 fi
187190 fi
188191 fi
You can’t perform that action at this time.
0 commit comments