Skip to content

Commit 15e55bd

Browse files
committed
[TEST] Print runner information
1 parent 90f71d9 commit 15e55bd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/twister.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,14 @@ jobs:
5050
# GitHub comes up with a fundamental fix for this problem.
5151
git config --global --add safe.directory ${GITHUB_WORKSPACE}
5252
53+
- name: Print runner information
54+
run: |
55+
set -x
56+
lscpu
57+
lsmem
58+
lsblk
59+
df -h
60+
5361
- name: Clone cached Zephyr repository
5462
if: github.event_name == 'pull_request_target'
5563
continue-on-error: true

0 commit comments

Comments
 (0)