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 90f71d9 commit 15e55bdCopy full SHA for 15e55bd
.github/workflows/twister.yaml
@@ -50,6 +50,14 @@ jobs:
50
# GitHub comes up with a fundamental fix for this problem.
51
git config --global --add safe.directory ${GITHUB_WORKSPACE}
52
53
+ - name: Print runner information
54
+ run: |
55
+ set -x
56
+ lscpu
57
+ lsmem
58
+ lsblk
59
+ df -h
60
+
61
- name: Clone cached Zephyr repository
62
if: github.event_name == 'pull_request_target'
63
continue-on-error: true
0 commit comments