We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf0622d commit 84d4ac1Copy full SHA for 84d4ac1
.github/workflows/twister.yaml
@@ -46,6 +46,14 @@ jobs:
46
# GitHub comes up with a fundamental fix for this problem.
47
git config --global --add safe.directory ${GITHUB_WORKSPACE}
48
49
+ - name: Print runner information
50
+ run: |
51
+ set -x
52
+ lscpu
53
+ lsmem
54
+ lsblk
55
+ df -h
56
+
57
- name: Clone cached Zephyr repository
58
if: github.event_name == 'pull_request_target'
59
continue-on-error: true
0 commit comments